ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
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 |