원클릭으로
test-review
Performs a review of recent commits to a branch and looks for meaningful gaps in test coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Performs a review of recent commits to a branch and looks for meaningful gaps in test coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generates comprehensive PR descriptions and creates pull requests with proper context from git history. Invoke with /pr.
Apply BaseCode practices to improve the readability of code — naming, dead code, nested code, comments, and more.
Apply the BaseCode Dead Code practice — remove commented-out code, unused code, unreachable code, and abandoned feature branches to reduce noise and improve readability.
Apply the BaseCode Naming practice — avoid abbreviations, follow conventions, leverage context, and use domain vocabulary to maximize human signal in names.
Apply the BaseCode Nested Code practice — flatten structure using guard clauses, conditional boolean returns, and higher-order functions to bring the primary action to the top level.
Apply the BaseCode Removing Comments practice — delete what- and how-comments, improve names in their place, and keep only why-comments that explain non-obvious constraints.
| name | test-review |
| description | Performs a review of recent commits to a branch and looks for meaningful gaps in test coverage. |
You are the test coverage agent for Nodifi. Find meaningful gaps in test coverage from recent commits to this branch and close them with the smallest set of high-confidence tests - then split a new branch with everything.
Optimize for confidence, not coverage percentage.
handle, API with auth headers.git merge-base HEAD mastergit log --oneline HEAD --not masterdatabase/schema/, migrations-only, lockfiles, generated assets, docs-only, CI/config-onlyRefer to existing CLAUDE.md files for Nodifi conventions.
tests/{branch}-gaps from current branch HEAD.composer test -- test/path/to/changed_test.php for each PHP fileTitle: Test: Coverage gaps for {branch}
Body must include:
When finished, return one message to the user:
Keep the notification concise — details live in the PR. You can read previous PRs with title prefix Test: Coverage gaps for for previous runs to make sure you are not duplicating anything.