consistency-check

Detect and fix drift across ROADMAP, PROJECT_STATUS, filesystem, and package.json.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/BeanMap/roasters-hub --skill consistency-check-beanmap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/BeanMap/roasters-hub/tree/main/.claude/skills/consistency-check
Command: npx skills add https://github.com/BeanMap/roasters-hub --skill consistency-check-beanmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates project consistency checks to detect drift between ROADMAP, PROJECT_STATUS, filesystem, and package.json, and to auto-fix identified issues before work starts.

Core Features & Use Cases

  • Detect drift across ROADMAP, PROJECT_STATUS, filesystem, and package.json.
  • Auto-fix inconsistencies following SOP workflows in workflows/consistency_check.md.
  • Provide logs and guidance for manual fixes when necessary.

Quick Start

Run python tools/consistency_check.py to perform a read-only check, then run with --fix as needed according to the SOP.

Frequently Asked Questions about consistency-check

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

FAQPage Schema
How do I detect project drift across ROADMAP, filesystem, and package.json?▼

To detect project drift, run python tools/consistency_check.py in read-only mode to compare ROADMAP, PROJECT_STATUS, filesystem, and package.json, identifying inconsistencies before work begins.

What is package.json consistency drift and how does an automated check fix it?▼

Consistency drift occurs when project files desynchronize. The automated check detects discrepancies across ROADMAP and package.json, and fixes them by running the script with the --fix flag following the SOP.

Can I auto-fix ROADMAP and PROJECT_STATUS inconsistencies in a multi-repo Python workflow?▼

Yes, you can auto-fix inconsistencies in a multi-repo workflow by running the Python consistency check with the --fix flag, applying remediation across code, docs, and configurations following the SOP.

Do I need Python to run consistency checks for multi-repo drift remediation?▼

Yes, you need Python to run the consistency check, as the skill requires the tools/consistency_check.py script and follows the SOP in workflows/consistency_check.md for multi-repo drift remediation.

What is the best way to keep project documentation and filesystem configurations synchronized?▼

The best way to synchronize documentation and configurations is automating consistency checks that compare ROADMAP, PROJECT_STATUS, and package.json, then applying fixes before work begins.

Why does my consistency check leave manual fixes for some filesystem and documentation drift?▼

The consistency check leaves manual fixes when automated remediation is unsafe, providing logs and guidance for manual fixes instead of auto-fixing specific filesystem and documentation drift issues.