review

Audit project configuration and documentation files for consistency, completeness, and correctness.

Updated Oct 22, 2025
One-click install
npx skills add https://github.com/jmfontaine/jmf-claude-plugins --skill review-jmfontaine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/jmfontaine/jmf-claude-plugins/tree/main/plugins/project-qa/skills/review
Command: npx skills add https://github.com/jmfontaine/jmf-claude-plugins --skill review-jmfontaine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review project files for consistency, completeness, and correctness across configuration and documentation.

Core Features & Use Cases

  • Consistency checks across files such as justfile, Makefile, CI workflows, and documentation.
  • Completeness validation ensuring all targets, commands, and dependencies exist.
  • Cross-file alignment checks and discovery prompts to surface relationships between files (e.g., README, CLAUDE.md, pyproject.toml, Dockerfile).

Quick Start

Run a project-wide review to generate a structured report detailing inconsistencies, gaps, and recommended fixes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I audit project files for consistency across documentation and configuration?

To audit project files for consistency, run a project-wide review that checks cross-file alignment and validates completeness across justfile, Makefile, CI workflows, README, and CLAUDE.md. It generates a structured report detailing inconsistencies and recommended fixes.

What is the best way to check cross-file consistency between a Makefile and CI workflows?

The best way to check cross-file consistency is running an automated review that discovers relationships between Makefile targets and CI workflow steps. It surfaces mismatches and provides actionable recommendations to ensure configuration correctness.

Can I use automated documentation review to find missing targets in a justfile?

Yes, you can use automated documentation review to perform completeness validation on a justfile. It ensures all targets, commands, and dependencies exist and align with related files like pyproject.toml or Dockerfile.

Does a project file audit work for checking alignment between README and CONTRIBUTING docs?

Yes, a project file audit works for checking alignment between README and CONTRIBUTING docs by applying cross-file checks. It surfaces relationships between these documentation artifacts to ensure information is consistent and complete across the project.