omh-code-review
Solidomh
Code & Development 212 stars
15 forks Updated today MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Code Review
This is a Hermes-native `code-review` workflow skill.
## Why This Exists
`code-review` exists to make review bug-first and evidence-grounded: findings must cite concrete files, diffs, commands, or artifacts before any summary or fix proposal.
## Do Not Use When
- The user asks to implement the fix rather than review existing code or claims.
- There is no diff, file set, claim, artifact, or expected behavior to review.
- The request is broad product critique, strategy, or planning rather than code or evidence review.
## Examples
Good example:
- Prompt: $code-review review this PR for install/update UX regressions and missing tests.
- Expected behavior: Lead with ranked findings, cite concrete evidence, then list open questions and test gaps.
- Why: The task is explicitly review-shaped and has a behavioral risk surface.
Bad example:
- Prompt: $code-review add the missing setup flag and commit it.
- Expected behavior: Route implementation to a selected executor/runtime after review findings are established.
- Why: Review can identify the issue, but code mutation is a separate execution step.
## Completion Checklist
- Findings come first and are ranked by severity before summary or praise.
- Every finding cites file, diff, command output, artifact, or expected behavior evidence.
- No-issue reviews still name residual risk, missing tests, and independent review evidence if unavailable.
- Fix implementation, architecture follow-up, and CI/merge claims stay...
Details
- Author
- rlaope
- Repository
- rlaope/oh-my-hermes
- Created
- 1 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
requesting-code-review
Use when completing tasks, implementing major features, or before merging/opening a PR/MR to verify work meets requirements
0 Updated today
chenwei791129 Code & Development Listed
code-review
Use when reviewing a PR, commit, pending diff, or codebase area; receiving review feedback; checking a done/fixed/passing/complete claim; or preparing to commit, merge, ship, or hand off completed work. Produces findings-first verdicts, adversarial review, feedback triage, and verification gates. This is the only code review skill; other workflows reuse its verdict contract via the `code-reviewer` agent instead of inventing their own review logic.
1 Updated 1 weeks ago
danielleit241 AI & Automation Solid
omh-agent-ops-review
omh
212 Updated today
rlaope