一键导入
inspecting
Use when the user asks to check, audit, or review something thoroughly. Builds a check plan, then verifies each item with the investigating skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks to check, audit, or review something thoroughly. Builds a check plan, then verifies each item with the investigating skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when starting project code-improvement work — refactoring, architecture improvement, cleanup of an existing codebase — or when a grilling session should leave docs behind. Runs the interview and records decisions as ADRs and domain terms in CONTEXT.md as they crystallise.
Use when the user requests development work — implementing a feature, debugging an error, designing an approach, or deploying a release. MUST be invoked as the entry point before any implementation, debugging, or design sub-skill.
Use when the user names final QA as the goal — pre-release verification, "上線前驗證 / 最終品質保證".
A relentless interview to sharpen a plan or design.
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Use when the user asks to research or investigate a question, claim, or topic in depth. Comprehensive investigation with current information, every claim traceable to a source.
| name | inspecting |
| description | Use when the user asks to check, audit, or review something thoroughly. Builds a check plan, then verifies each item with the investigating skill. |
| model | sonnet |
Build a plan. Verify every item, relentlessly.
Before checking anything, build the complete plan:
## Inspection Plan: [subject]
### Scope
[What we are checking]
### Check Items
1. [ ] [Item] — [what we verify and why it matters]
2. [ ] [Item] — [what we verify and why it matters]
...
Wait for user confirmation before proceeding.
For each check item:
investigating skill to verify that specific item.## Inspection Report: [subject]
| # | Check Item | Result | Notes |
|---|-----------|--------|-------|
| 1 | [item] | pass/fail | [details] |
### Summary
- Passed: N / Total
- Issues found: [list with severity]
- Recommended actions: [prioritized list]