AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Code Review And Quality

skill-hsienw-ai-agent-engineering-playbook-code-review-and-quality · by HsienW

Conduct multi-axis code review. Use before merging code written by an agent or human, when assessing diffs for correctness, maintainability, security, tests, observability, and contract risk.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-hsienw-ai-agent-engineering-playbook-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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hsienw-ai-agent-engineering-playbook-code-review-and-quality)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
16d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
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

Skill Interface

  • Name: code-review-and-quality.
  • Description: Conduct multi-axis code review for correctness, maintainability, security, tests, observability, and contract risk before merging agent-written or human-written code.
  • Parameters: Diff or files under review, stated requirements, affected contracts, relevant tests, risk areas, and any verification output already produced.
  • Instructions: Use this skill when the user asks for a review or when assessing merge readiness. Lead with findings, prioritize concrete bugs and regressions, cite file and line evidence, and separate unverified checks from failed checks.

Review for bugs first. Summaries are secondary to findings with evidence.

Review Order

  1. Correctness: Does the implementation satisfy the requirement in real edge

cases?

  1. Contract safety: Did public APIs, events, schemas, errors, or state machines

change safely?

  1. Security: Are untrusted inputs, credentials, authorization, and data exposure

handled correctly?

  1. Reliability: Are timeouts, retries, cancellation, concurrency, and partial

failure handled?

  1. Tests: Do tests prove the new behavior and protect important regressions?
  2. Maintainability: Is the code simple, local, readable, and consistent with

nearby patterns?

  1. Observability: Can production behavior be diagnosed without leaking secrets?

Severity

  • Blocker: security issue, data loss, contract break, build failure, core flow

failure, or a change that cannot safely ship.

  • Major: likely edge-case failure, incomplete error handling, missing regression

test for meaningful behavior, or responsibility drift across layers.

  • Minor: naming, duplication, readability, or low-risk maintainability issue.

Finding Format

For every finding include:

  • Severity.
  • File and line when available.
  • Problem.
  • Triggering scenario.
  • Consequence.
  • Suggested fix.
  • Related contract, requirement, or invariant.

Review Discipline

  • Do not review only the happy path.
  • Do not assume generated code is correct.
  • Do not request broad refactors when a local fix is enough.
  • Do not mark a concern as resolved without evidence.
  • Call out unexecuted verification separately from failed verification.

No Findings

If no issues are found, state that clearly and list residual risk, such as untested live integrations, missing load tests, or unavailable environment checks.

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.