with one click
javis-sync-deploy
// Pulls latest data from Jira/Confluence to the local database and then deploys that data to the remote Javis server (10.182.252.32). Use when the user wants to update the remote server's database with current data.
// Pulls latest data from Jira/Confluence to the local database and then deploys that data to the remote Javis server (10.182.252.32). Use when the user wants to update the remote server's database with current data.
Deploy the Javis viewer frontend to the remote server with sw-portal.atlascopco.group as the canonical host. Use when the user says "배포해줘", "deploy viewer", or "publish Jarvis".
Initialize a Javis workflow or project context. Use when the user asks to start Javis, initialize Javis for the current repo, bootstrap Javis state, or prepare the project for later Javis story/review work.
Sprint management. View current/past sprints, velocity tracking, sprint planning, per-member workload. Usage: /javis-sprint, /javis-sprint list, /javis-sprint velocity, /javis-sprint plan
Define, refine, or implement a Javis story workflow for the current repository. Use when the user asks to create a story, break down a requirement into a story, prepare acceptance criteria, or execute work for a named Javis story.
Jira/Confluence/Bitbucket/Boards/Sprints/Members data sync. Usage: /javis-sync all, /javis-sync issues, /javis-sync boards, /javis-sync sprints, /javis-sync members, /javis-sync confluence, /javis-sync bitbucket, /javis-sync status
| name | javis-sync-deploy |
| description | Pulls latest data from Jira/Confluence to the local database and then deploys that data to the remote Javis server (10.182.252.32). Use when the user wants to update the remote server's database with current data. |
This skill automates the full data pipeline from cloud sources (Jira/Confluence) to the remote production/staging server.
When triggered, this skill will:
sync_bidirectional.py --pull-only to fetch Jira updates.sync_confluence_bidirectional.py --pull-only to fetch Confluence updates.javis_db to a temporary SQL file.restore_db.ps1.You can trigger this skill by asking:
scripts/sync_and_deploy.ps1: The main automation script that coordinates the entire process.This skill assumes the server (10.182.252.32) is reachable via SSH and the local database container (javis_db) is running.