Review the working tree before opening a pull request.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add sampleXbro/agentsmesh --skill am-command-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Am Command Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/samplexbro-am-command-review-c20ad944)More formats (shields.io, HTML) on the badges page.
---
name: am-command-review
description: Review the working tree before opening a pull request.
x-agentsmesh-kind: command
x-agentsmesh-name: review
x-agentsmesh-allowed-tools:
- Read
- Grep
---
Review everything `git diff --stat` reports, in this order:
1. Behaviour changes without a matching test.
2. Error paths that swallow a failure instead of surfacing it.
3. New dependencies, and whether a vendored helper would do.
Finish with a go / no-go and the three highest-risk lines.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!