code-review

Automate post-run code review and auto-fix mechanical issues in TypeScript/JavaScript projects.

201|19|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/fabriqaai/specs.md --skill code-review-fabriqaai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/fabriqaai/specs.md/tree/main/src/flows/fire/agents/builder/skills/code-review
Command: npx skills add https://github.com/fabriqaai/specs.md --skill code-review-fabriqaai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates post-run code review to fix mechanical issues and propose improvements requiring confirmation.

Core Features & Use Cases

  • Auto-fix: mechanical, non-semantic changes after tests pass.
  • Suggested improvements: propose changes requiring user confirmation before applying.
  • Integrates with run workflows to review created/modified files and ensure coding standards are respected.

Quick Start

Use the code-review skill to review code produced during a run, auto-fix trivial issues, and prompt for confirmation on improvements.

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 in CI workflows after tests pass?

Automated code review in CI workflows identifies and fixes mechanical issues in modified files after tests pass, then generates a review report. It applies safety checks before applying auto-fixes and proposes semantic improvements requiring user confirmation.

What is the best way to auto-fix linting and code quality issues in TypeScript projects?

Auto-fixing linting and code quality issues in TypeScript projects involves scanning modified files against project standards, applying mechanical non-semantic changes automatically, and suggesting structural improvements that require explicit confirmation before integration.

Does the automated code review process work with JavaScript and TypeScript files modified during a run?

Yes, automated code review works with JavaScript and TypeScript files modified during a run. It surfaces changes from files_created and files_modified arrays, ensuring coding standards from the .specs-fire/standards directory are respected across projects.

Can I enforce project coding standards automatically before merging code changes?

You can enforce project coding standards automatically by running a post-run review that checks modified files against defined specifications. It auto-fixes trivial mechanical deviations and generates a report detailing suggested improvements for the parent workflow.

What are the limitations of auto-fixing code quality issues without user confirmation?

Auto-fixing code quality issues is limited to mechanical, non-semantic changes to guarantee safety. Improvements that alter code semantics or logic are not applied automatically; they are proposed as suggestions requiring explicit user confirmation before execution.

How do I run code review on files created or modified by CI pipeline runs?

Running code review on files created or modified by CI pipeline runs requires scanning the files_created and files_modified outputs. The review process checks for standard adherence, applies safe auto-fixes, and returns a comprehensive review report.