一键导入
example-review
Template skill that summarizes the current branch's changes. Use as a starting point for authoring new first-party skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Template skill that summarizes the current branch's changes. Use as a starting point for authoring new first-party skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
Thermo-nuclear code-quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo) scoped to the diff. Launches the thermo-nuclear-code-quality-review-subagent custom agent on the collected diff.
Comprehensive security and correctness audit of a branch's changes. Use for thermo nuclear, thermonuclear, or deep review requests, or branch/PR diff audits focused on bugs, breaking changes, security issues, devex regressions, and feature-gate leaks.
Thermo-nuclear branch audit (bugs, breaking changes, security, devex, feature-flag leaks) scoped to the diff. Launches the thermo-nuclear-review-subagent custom agent on the collected diff.
Run both Thermos review passes, then synthesize a single deduplicated report. Use for thermos, double thermo review, or combined bug/security and code-quality branch audits.
| name | example-review |
| description | Template skill that summarizes the current branch's changes. Use as a starting point for authoring new first-party skills. |
| user-invocable | true |
A minimal, user-invocable skill that demonstrates the plugin structure. Copy and adapt it when authoring a real skill.
git diff <base>...HEAD, the changed-file list, and any full file
contents needed to summarize confidently.example-review agent if available; otherwise perform the summary
directly using the gathered context.