requesting-code-review Skill
Pre-commit review: security scan, quality gates, auto-fix. Published by NousResearch in hermes-agent.
What is requesting-code-review Skill?
Pre-commit review: security scan, quality gates, auto-fix. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Documentation
- Security review use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use requesting-code-review Skill
- Use it for security review.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/software-development/requesting-code-review/SKILL.md
What it does
Pre-commit review: security scan, quality gates, auto-fix.
Skill instructions
Pre-Commit Code Verification Automated verification pipeline before code lands. Static scans, baseline-aware quality gates, an independent reviewer subagent, and an auto-fix loop. Core principle: No agent should verify its own work. Fresh context finds what you miss. When to Use - After implementing a feature or bug fix, before git commit or git push - When user says "commit", "push", "ship", "done", "verify", or "review before merge" - After completing a task with 2+ file edits in a git repo - After each task in subagent-driven-development (the two-stage review) Skip for: documentation-only changes, pure config tweaks, or when user says "skip verification". This skill vs github-code-review: This skill verifies YOUR changes before committing. github-code-review reviews OTHER people's PRs on GitHub with inline comments. Step 1 — Get the diff bash git diff --cached If empty, try git diff then git diff HEAD~1 HEAD. If git diff --cached is empty but git diff shows changes, tell the user to
Explore related resources
Frequently asked questions
What is requesting-code-review?
requesting-code-review is a open-source AI agent skill with Copy skill directory. Pre-commit review: security scan, quality gates, auto-fix.
Who is requesting-code-review best for?
requesting-code-review is best for reusing agent instructions, scripts, and references, security review workflows, documentation workflows.
How do I install requesting-code-review?
Install or run requesting-code-review using Copy skill directory. Check requesting-code-review for the latest setup command.
Is requesting-code-review actively maintained?
requesting-code-review may need a closer maintenance check before production use.
Auto-fetched from GitHub.