Install
$ agentstack add skill-hsienw-ai-agent-engineering-playbook-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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Correctness: Does the implementation satisfy the requirement in real edge
cases?
- Contract safety: Did public APIs, events, schemas, errors, or state machines
change safely?
- Security: Are untrusted inputs, credentials, authorization, and data exposure
handled correctly?
- Reliability: Are timeouts, retries, cancellation, concurrency, and partial
failure handled?
- Tests: Do tests prove the new behavior and protect important regressions?
- Maintainability: Is the code simple, local, readable, and consistent with
nearby patterns?
- 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.
- Author: HsienW
- Source: HsienW/ai-agent-engineering-playbook
- License: MIT
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.