원클릭으로
aim-jira-sync
Synchronize Jira issues and comments to AI Memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Synchronize Jira issues and comments to AI Memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Detect content drift of an operator's scaffolded sanctum files (BOND, CAPABILITIES, CREED, INDEX, LORE, MEMORY, PERSONA, PULSE) against the evolving reference templates, and surface recommended add/remove WITH rationale — never a silent overwrite. Use on a session-start drift check, after the reference templates change, or when the operator asks whether their sanctum is current.
Check ai-memory system status and collection stats
Check ai-memory system status and collection stats
Manually save current session context to ai-memory
Search ai-memory for relevant stored memories
Search ai-memory for relevant stored memories
| name | aim-jira-sync |
| description | Synchronize Jira issues and comments to AI Memory |
| allowed-tools | Bash |
Synchronize Jira issues and comments from configured projects into the AI Memory jira-data collection.
# Incremental sync (default) - only fetch updated issues
/aim-jira-sync
# Full sync - fetch all issues and comments
/aim-jira-sync --full
# Sync specific project
/aim-jira-sync --project BMAD
# Check sync status (last sync time, items synced, errors)
/aim-jira-sync --status
# Full sync for specific project
/aim-jira-sync --full --project BMAD
--incremental - Sync only updated issues since last sync (default)--full - Full sync: fetch all issues and comments from scratch--project <key> - Sync specific project (default: all configured projects)--status - Display sync status (last sync time, items synced, errors)project = PROJ AND updated >= "2026-02-01 00:00"Sync requires Jira credentials in .env:
JIRA_INSTANCE_URL=https://company.atlassian.net
JIRA_EMAIL=user@company.com
JIRA_API_TOKEN=your_api_token_here
JIRA_PROJECTS=BMAD,PROJ,DEV
JIRA_SYNC_ENABLED=true
JIRA_SYNC_DELAY_MS=100
# Daily incremental sync (recommended)
/aim-jira-sync
# Initial full sync for new project
/aim-jira-sync --full --project NEWPROJ
# Check last sync status
/aim-jira-sync --status
# Full refresh of all projects (use sparingly)
/aim-jira-sync --full
This skill invokes scripts/jira_sync.py:
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" "${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/jira_sync.py" --incremental
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" "${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/jira_sync.py" --full --project BMAD
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" "${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/jira_sync.py" --status
~/.ai-memory/logs/activity.log