一键导入
tour
Interactive onboarding walkthrough for a new engineer. Use for "give me a tour", "onboard me", "walk me through the codebase".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactive onboarding walkthrough for a new engineer. Use for "give me a tour", "onboard me", "walk me through the codebase".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and manage Architecture Decision Records. Documents significant technical decisions with context, alternatives, and consequences. Also supports evaluate (assess proposals) and design (system design) modes.
Performs an exhaustive 14-dimension bug hunt across the codebase using Draft context (architecture, tech-stack, product) for false-positive elimination. Generates a severity-ranked report with code evidence, data flow traces, and suggested fixes. Optionally writes regression tests. Use when the user asks to find bugs, audit code for defects, scan for vulnerabilities, or says 'hunt bugs', 'find bugs', or 'code audit'.
Compute code coverage for active track or module. Targets 95%+ coverage with report and justification for uncovered lines. Complements TDD workflow.
Structured debugging session. Reproduce, isolate, diagnose, and fix bugs using systematic investigation. Invoked by /draft:new-track for bug tracks or directly for ad-hoc debugging.
Decompose project or track into modules with dependency mapping. Project scope updates architecture.md and derives .ai-context.md. Track scope generates hld.md (always) and lld.md (when --lld or High-complexity module triggers it) — design-mandated artifacts that drive implement, deploy-checklist, and upload sign-off.
Single-module production readiness audit (ACID, resilience, observability). Use to audit one service/module end-to-end — NOT for diff/PR review (use review / quick-review) or bug-finding sweeps (use bughunt).
| name | tour |
| description | Interactive onboarding walkthrough for a new engineer. Use for "give me a tour", "onboard me", "walk me through the codebase". |
Provide an interactive codebase walk-through based on existing architecture and guardrail constraints.
architecture.md into the chat window.draft/architecture.md, draft/tech-stack.md, and draft/guardrails.md.draft/tech-stack.md.architecture.md / guardrails.md.draft/.state/facts.json showing how module constraints have evolved./draft:new-track → spec.md (requirements + classification + approvers) + plan.md (phases/tasks)/draft:decompose → hld.md (always, with graph-derived diagrams) + lld.md (when --lld or High-complexity module)/draft:implement → TDD loop reading lld.md/hld.md for stub generation/draft:upload → blocks git upload for high/mission-critical tracks until HLD §Approvals signed/draft:deploy-checklist → blocks deploy until HLD §Checklist + LLD §Alerting Thresholds populateddraft/tracks/ if any exist; otherwise sketch a hypothetical low-criticality flow./draft:new-track so they understand the artifact loop end-to-end.