一键导入
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 职业分类
| 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 |
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.