AgentStack
SKILL verified Apache-2.0 Self-run

Code Review And Quality

skill-mmccalla-coding-agent-skill-library-code-review-and-quality · by mmccalla

Use when reviewing code before merge to assess correctness, tests, maintainability, security and user impact.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-mmccalla-coding-agent-skill-library-code-review-and-quality

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Code Review And Quality? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Read the change in the context of the surrounding code.
  2. Identify the intended behaviour and any behaviour change.
  3. Check correctness, edge cases, tests and public contracts.
  4. Assess maintainability, duplication and naming only after correctness is clear.
  5. Classify findings by severity and impact.
  6. 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 evidence
  • logical-fallacy-review — invalid reasoning in review comments
  • git-workflow-and-versioning — reviewable atomic changes
  • guardrails-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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.