원클릭으로
audit-sync
Cross-project audit and sync. Backs up, bootstraps, promotes, syncs, and verifies all downstream projects.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Cross-project audit and sync. Backs up, bootstraps, promotes, syncs, and verifies all downstream projects.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Structured pre-planning research. Explores codebase, asks clarifying questions, and produces a brainstorm output file for /plan-feature input.
Capture knowledge from development sessions. Debug patterns, architecture decisions, framework gotchas, and integration learnings compound over time.
Load project context and show current status. Use at the start of a session or when context is needed.
Run parallel code reviews using specialized agents (security, performance, simplicity, nextjs-react). Produces a structured report.
Initialize a new project from Agent Kit boilerplate. Use when creating a new downstream project.
Pre-Production Security & Quality Check with Strix AI. Use BEFORE deploying to production to catch vulnerabilities and issues.
| name | audit-sync |
| description | Cross-project audit and sync. Backs up, bootstraps, promotes, syncs, and verifies all downstream projects. |
Bring all downstream projects up to date with the upstream agent-kit. Runs a 5-phase workflow: Backup, Bootstrap, Promote, Sync, Verify.
# From upstream agent-kit directory
./scripts/audit-sync.sh --dry-run # Preview
./scripts/audit-sync.sh # Full audit
./scripts/audit-sync.sh --project neola # Single project
| Phase | Action |
|---|---|
| 1. Backup | rsync + git bundle of every project to ~/.lucidlabs-backups/ |
| 2. Bootstrap | Fix broken projects (missing sync scripts, .upstream-sync.json) |
| 3. Promote | Process promote queues from all projects (creates PRs) |
| 4. Sync | Run sync-upstream.sh --all in each project |
| 5. Verify | Check .upstream-sync.json, zone markers, scripts, promote queues |
| Flag | Effect |
|---|---|
| --dry-run | Preview without changes |
| --project NAME | Process single project |
| --backup-dir PATH | Custom backup location |
| --skip-promote | Skip promote phase |
| --skip-bootstrap | Skip bootstrap phase |
| --skip-backup | Skip backup (dangerous) |
| --yes | Auto-confirm all prompts |