fabric-review

Analyze code diffs and generate a review report with a verdict.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adaw/skills --skill fabric-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-review
Source: https://github.com/adaw/skills/tree/main/fabric-review
Command: npx skills add https://github.com/adaw/skills --skill fabric-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures code quality and adherence to standards before merging by performing automated checks and a structured review, preventing bugs and technical debt.

Core Features & Use Cases

  • Objective Gates: Enforces linting and formatting standards automatically.
  • Multi-dimensional Review: Assesses code across 9 critical dimensions (Correctness, Security, Performance, etc.).
  • Deterministic Verdict: Provides a clear CLEAN, REWORK, or REDESIGN verdict based on objective criteria.
  • Use Case: Before merging a new feature, run this Skill to catch potential security vulnerabilities, logic errors, or performance regressions, ensuring only high-quality code enters the main branch.

Quick Start

Run the fabric-review skill to assess the current work-in-progress code.

Frequently Asked Questions about fabric-review

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

FAQPage Schema
How do I perform an automated code review before merging a new feature?

An automated code review validates work-in-progress code against objective gates like linting and formatting, analyzes diffs, and generates a detailed review report with a verdict to prevent bugs and technical debt before merging.

What dimensions are assessed during an automated code review?

An automated code review assesses code across nine critical dimensions, specifically addressing security, performance, reliability, testability, maintainability, documentation, compliance, and process chain adherence.

How do I enforce linting and formatting standards in my CI/CD pipeline?

Enforcing linting and formatting standards in a CI/CD pipeline is achieved by running an automated code review skill that validates code against objective gates and generates a deterministic verdict.

Can I get a deterministic verdict for whether my code needs a rework?

Yes, an automated code review provides a deterministic verdict by outputting a clear CLEAN, REWORK, or REDESIGN result based on objective criteria and multi-dimensional quality analysis.

Does automated code review check for security vulnerabilities and compliance?

Yes, automated code review checks for security vulnerabilities and compliance by analyzing diffs and enforcing quality standards across multiple dimensions including security, compliance, and process chain adherence.

When should I run an automated code review in the development process?

You should run an automated code review for a work-in-progress task before merging a new feature, ensuring only high-quality code that passes objective gates and multi-dimensional checks enters the main branch.