read-and-review

Extract rules from external references and audit a codebase for violations.

16|3|Updated May 5, 2026
One-click install
npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill read-and-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-and-review
Source: https://github.com/Kevin-Liu-01/Agent-Machines/tree/main/knowledge/skills/read-and-review
Command: npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill read-and-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read external reference material (RFDs, papers, blog posts, docs), extract actionable rules, then dispatch subagents to audit the codebase against those rules and fix violations. Use when the user shares a technical reference and wants it applied to the codebase.

Core Features & Use Cases

  • Extract actionable rules from external references.
  • Dispatch audit subagents to review the codebase against those rules.
  • Apply fixes and update the skill as needed.

Quick Start

Provide an external reference and instruct the system to extract rules, audit the codebase, and apply fixes.

Frequently Asked Questions about read-and-review

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

FAQPage Schema
How do I audit a codebase against external technical references?

To audit a codebase against external references, this skill extracts actionable rules from provided documents like RFDs or blog posts, dispatches subagents to review the code, and implements fixes for any violations found.

Can I automatically extract coding rules from documentation and apply remediation?

Yes, you can extract coding rules from documentation and apply remediation. The system reads external technical docs, derives actionable rules, and automatically fixes codebase violations to ensure compliance with the reference material.

What is the best way to implement codebase fixes based on technical papers?

The best way to implement codebase fixes from technical papers is using a structured workflow that extracts actionable rules, dispatches audit subagents to find violations, and applies guided remediation updates to the code.

How do I check if my code complies with rules from an RFD?

You check code compliance with RFD rules by providing the RFD to the system. It extracts the actionable rules, audits the codebase via subagents against those rules, and applies fixes to resolve any identified violations.

Does this codebase audit tool support automated remediation and skill updates?

Yes, this codebase audit tool supports automated remediation and skill updates. It operates a structured workflow from rule extraction to auditing, fixing violations, and updating the skill as needed to maintain compliance.

When should I use an automated rule extraction and code audit workflow?

You should use an automated rule extraction and code audit workflow when you share a technical reference, such as a paper or blog post, and want its actionable rules extracted and applied to fix your codebase automatically.