doit.reviewit

Cross-reference code implementations against formal specifications to generate structured findings reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/seanbarlow/doit --skill doit-reviewit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doit.reviewit
Source: https://github.com/seanbarlow/doit/tree/main/.claude/skills/doit.reviewit
Command: npx skills add https://github.com/seanbarlow/doit --skill doit-reviewit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewers often struggle to ensure new code fully aligns with specified requirements and acceptance criteria, leading to gaps in quality and traceability.

Core Features & Use Cases

  • Automated cross-check of implemented features against specs and plans
  • Structured findings across critical, major, and minor issues, plus optional manual tests to validate coverage
  • Guidance to improve test coverage and traceability to requirements for ongoing projects

Quick Start

Run a guided code-review pass by loading the project context, comparing the implementation to the specs, and generating a structured findings report.

Frequently Asked Questions about doit.reviewit

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

FAQPage Schema
How do I automate code reviews against specifications?

Automate code reviews against specifications by loading project context and cross-referencing the current implementation with formal spec, plan, and task documents. This generates a structured findings report that identifies requirement violations, coverage gaps, and improvement opportunities.

What is cross-referencing implementation against formal specifications?

Cross-referencing implementation against formal specifications is the process of validating code quality and completeness by checking active feature work. It enforces safety by verifying architecture decisions, data models, and API contracts against documented requirements.

How do I generate a structured findings report for manual testing?

Generate a structured findings report by running a guided code-review pass that compares implementation to specs. The output categorizes issues into critical, major, and minor levels, while suggesting optional manual tests to validate coverage.

Can I use automated code review to validate architecture decisions and API contracts?

Yes, automated code review can validate architecture decisions, data models, and API contracts where available. It targets feature work in active repositories and uses specification documents to enforce safety and traceability to requirements.

What is the best way to ensure new code aligns with acceptance criteria?

The best way to ensure new code aligns with acceptance criteria is to automate cross-checks between implemented features and plan documents. This eliminates manual traceability struggles by outputting a findings report that highlights gaps and violations.

Does automated code review replace manual testing?

Automated code review does not replace manual testing but supplements it by identifying gaps in test coverage and traceability. It outputs optional manual test guidance alongside structured findings to help validate coverage for ongoing projects.