command-registration-verification

Verify CLI command documentation against codebase implementation.

22|5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/logic-math/rick --skill command-registration-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-registration-verification
Source: https://github.com/logic-math/rick/tree/main/.rick/skills/command_registration_verification_skill
Command: npx skills add https://github.com/logic-math/rick --skill command-registration-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintain accuracy and consistency between the documentation of a CLI's commands and their actual implementation in the codebase.

Core Features & Use Cases

  • Command Verification: Validates that documented commands exist and are implemented correctly in the code.
  • Flag and Relationship Checking: Ensures flags and command relationships are correctly documented.
  • Prevents Documentation Errors: Helps avoid user confusion by preventing incorrect command documentation.

Quick Start

Run the skill to verify the documentation of the 'rick easy' command.

Frequently Asked Questions about command-registration-verification

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

FAQPage Schema
How do I verify CLI command documentation against the actual implementation?

To verify CLI command documentation, you can run this skill to check that documented commands, flags, and relationships match the codebase implementation. It validates usage accuracy to prevent user confusion and troubleshooting issues.

What is CLI command reference verification and how does it work?

CLI command reference verification is the process of ensuring documentation consistency with code. This skill cross-references documented commands, flags, and relationships against the actual implementation to prevent documentation errors and user confusion.

How do I check if documented CLI flags and command relationships match the code?

You can check documented CLI flags and command relationships by running this skill to validate consistency. It ensures that all flags, command relationships, and usage instructions are correctly documented in the codebase.

Can I use this command verification skill for software development projects requiring accurate command reference?

Yes, this command verification skill is applicable to software development projects requiring accurate command reference. It validates CLI command implementation, flags, and relationships to ensure documentation consistency.

Why does my CLI command documentation show incorrect flags and usage?

CLI command documentation shows incorrect flags and usage when documentation and code implementation diverge. This skill identifies inconsistencies between documented flags, relationships, and the actual codebase implementation to prevent errors.