code-review
Reviews the code changes on your current branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Reviews the code changes on your current branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
A relentless interview to sharpen a plan or design.
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in a local file, or native blocking links on a real tracker.
| name | code-review |
| description | Reviews the code changes on your current branch |
If no issues are found:
No issues found. Code looks clean and ready to merge.
If issues are found:
[Optional general feedback for the entire change, e.g., unrelated change that should be in a different PR, or improved general approaches.]
More details about the issue, including why it is an issue (e.g., "This could lead to a null pointer exception").
Suggested change:
while (condition) {
unchanged line;
- remove this;
+ replace it with this;
+ and this;
but keep this the same;
}
More details about this problem, including where else it occurs if applicable (e.g., "Also seen in lines L45, L67 of this file.").
Details...