一键导入
codebase-standards
Scan codebase for patterns and compare recent changes against them. Use when user says "standards", "follow conventions", or "codebase style".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan codebase for patterns and compare recent changes against them. Use when user says "standards", "follow conventions", or "codebase style".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me". Also use when starting from a raw idea or feature description to collaboratively build a plan.
Two-phase code review. Use when user says "review" or "code review".
Simplify code by removing unnecessary complexity, duplication, and non-idiomatic patterns while preserving behavior. Use when the user says "simplify", "clean up", or "reduce complexity".
Create placeholder files with correct types, exports, and TODO stubs. Use when the user says "scaffold", "set up", "create stubs", or "generate boilerplate".
Test-Driven Development - from a feature description, collaboratively build a plan with grill-me, scaffold placeholder implementations, then write failing tests. Use when user says "tdd" or wants to develop with TDD.
| name | codebase-standards |
| description | Scan codebase for patterns and compare recent changes against them. Use when user says "standards", "follow conventions", or "codebase style". |
| disable-model-invocation | true |
Scan the codebase to identify established patterns:
Compare recent changes against those patterns. Report deviations with fix suggestions.