code-review

Review verification reports and generate formal code review documents.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/walker-hzx/AI-Assistant --skill code-review-walker-hzx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/walker-hzx/AI-Assistant/tree/main/skills/code-review
Command: npx skills add https://github.com/walker-hzx/AI-Assistant --skill code-review-walker-hzx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code changes often introduce defects or drift from stated requirements. This Skill provides a structured review workflow to catch issues early and ensure compliance with acceptance criteria, producing an auditable record of findings.

Core Features & Use Cases

  • Structured review workflow aligned with verification and planning artifacts.
  • Generates formal review reports from existing verification and planning documents.
  • Enforces standard documentation templates and traceability across the development lifecycle.
  • Use Case: Before merging a feature branch, trigger a code-review to validate functionality, safety, and documentation.

Quick Start

Review the latest verification report to generate a formal review document using the standard templates.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review before a pull request merge?▼

Automated code review before merges validates requirements, tests, and acceptance criteria by reading verification reports to output a formal review document detailing findings and remediations.

What is traceability in a code review workflow?▼

Traceability in code review ensures compliance with acceptance criteria by enforcing standard documentation templates across the development lifecycle, linking planning artifacts to code changes for an auditable record.

How do I generate a formal code review report from verification documents?▼

To generate a formal code review report, trigger a review workflow that reads existing verification and planning documents, applies standard templates, and outputs detailed findings and remediations.

Does code review work for bugfix and integration changes?▼

Yes, structured code review workflows apply across feature, bugfix, or integration changes, validating functionality, safety, and documentation to identify code-quality issues before merges.

Why do I need documentation templates for quality assurance?▼

Documentation templates enforce standard quality assurance by providing traceability across the development lifecycle, ensuring code changes do not drift from stated requirements and producing an auditable record of findings.

Can I review code quality without writing manual checklists?▼

You can review code quality without manual checklists by using a structured workflow that reads verification reports and enforces documentation templates to automatically output a formal review report.