Install
$ agentstack add skill-mmccalla-coding-agent-skill-library-code-review-and-quality ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Code Review and Quality
When to use
Use this skill when reviewing a diff written by yourself, another agent or a human, or when deciding whether a change is ready to merge.
Objective
Identify correctness risks, test gaps, maintainability problems, hidden regressions and security concerns before the change lands.
Procedure
- Read the change in the context of the surrounding code.
- Identify the intended behaviour and any behaviour change.
- Check correctness, edge cases, tests and public contracts.
- Assess maintainability, duplication and naming only after correctness is clear.
- Classify findings by severity and impact.
- Suggest the smallest fix or follow-up needed to close each finding.
Rules
- Do not review in isolation from the code the diff touches.
- Do not let style preferences outrank correctness or safety.
- Do not suppress a real issue just because the diff is small.
- Do not approve a change without checking the relevant tests or evidence.
Related skills
tdd-practice— tests as review evidencelogical-fallacy-review— invalid reasoning in review commentsgit-workflow-and-versioning— reviewable atomic changesguardrails-safety-patterns— security findings in review
References
Verification
- [ ] Findings listed with severity and evidence.
- [ ] Tests or checks run reported.
- [ ] Correctness assessed before style concerns.
- [ ] Residual risks requiring follow-up stated.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mmccalla
- Source: mmccalla/coding-agent-skill-library
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.