review

Review code quality, test coverage, security, and plan consistency for completed features.

5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/tercel/code-forge --skill review-tercel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/tercel/code-forge/tree/main/skills/review
Command: npx skills add https://github.com/tercel/code-forge --skill review-tercel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code quality, test coverage, security, and adherence to the original plan, ensuring a high standard before deployment.

Core Features & Use Cases

  • Comprehensive Code Analysis: Evaluates code against best practices, naming conventions, and structure.
  • Test Coverage Verification: Checks if tasks are adequately covered by tests, including edge cases.
  • Security Auditing: Scans for common vulnerabilities like SQL injection, XSS, and hardcoded secrets.
  • Plan Consistency Check: Ensures all acceptance criteria from the plan are met and scope creep is identified.
  • Use Case: After a developer completes a new feature, this Skill can provide an automated, multi-dimensional review report, highlighting areas for improvement and confirming readiness for a pull request.

Quick Start

Run the review skill on the 'user-auth' feature to get a detailed quality report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for test coverage and security vulnerabilities?

Automated code review evaluates code quality, test coverage, and security vulnerabilities like SQL injection and XSS using a multi-agent approach. It analyzes changes against feature specifications and generates a detailed markdown report highlighting areas for improvement before deployment.

How do I check if completed feature code meets original plan acceptance criteria?

Checking feature code against acceptance criteria involves comparing completed changes against original plan specifications. This plan consistency check identifies scope creep and verifies all acceptance criteria are met, updating the feature state with detailed review findings.

What is the best way to scan for hardcoded secrets and security flaws in a new feature?

Security auditing for new features scans for common vulnerabilities including hardcoded secrets, SQL injection, and XSS. It evaluates code against best practices and security standards, outputting a comprehensive markdown report detailing vulnerabilities and code quality issues.

Can I use an automated multi-agent approach to verify edge case test coverage?

An automated multi-agent approach verifies test coverage by checking if tasks are adequately covered by tests, including edge cases. It evaluates code structure and naming conventions alongside test coverage to ensure high standards before a pull request.

Does automated code analysis work without configuring external testing dependencies?

Automated code analysis operates independently without requiring external dependencies. It reviews code quality, test coverage, security, and plan consistency using built-in scripts and references to generate detailed markdown reports for completed software features.

Why should I run a multi-dimensional feature review before creating a pull request?

Running a multi-dimensional feature review before a pull request ensures high code quality and consistency. It confirms test coverage, identifies security vulnerabilities, and validates plan consistency, providing a detailed readiness report to prevent deployment issues.