원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.