ui-change-check

Analyze git diffs to verify UI documentation and route registrations.

3|Updated Aug 28, 2025
One-click install
npx skills add https://github.com/mrgeoffrich/mini-infra --skill ui-change-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-change-check
Source: https://github.com/mrgeoffrich/mini-infra/tree/main/.claude/skills/ui-change-check
Command: npx skills add https://github.com/mrgeoffrich/mini-infra --skill ui-change-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers verify that all user-facing documentation artifacts are updated and consistent with the current branch changes, preventing outdated or missing help articles and route registrations.

Core Features & Use Cases

  • Documentation Consistency Check: Analyzes git diff versus main to identify missing or stale help articles, route registrations, component docs, and help structure definitions.
  • Pre-PR Verification: Facilitates a comprehensive sweep of UI-related documentation artifacts before opening a pull request, reducing post-merge updates.
  • Use Case: When you add a new page or modify navigation, run this Skill to quickly identify all related missing documentation or route registration issues.

Quick Start

Run the UI change check on your branch to review documentation artifacts needing updates or verification.

Frequently Asked Questions about ui-change-check

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

FAQPage Schema
How do I check for missing help articles before opening a pull request?

To check for missing help articles before a pull request, analyze your git diff against the main branch. This process identifies stale or missing user-facing documentation and route registration issues, ensuring UI documentation stays completely in sync with your code changes.

What is the best way to verify UI documentation consistency with route file changes?

Verifying UI documentation consistency involves analyzing code changes related to UI components and route files. This check ensures all help articles, route registrations, and documentation structures are current and complete, preventing outdated user-facing navigation updates.

Can I use a git diff to find outdated route registrations in my current branch?

Yes, you can use a git diff to find outdated route registrations. By analyzing the diff versus main, the system identifies missing or stale help articles and route registration updates, allowing you to resolve navigation and documentation gaps before merging.

When do I need to run a pre-PR documentation check for UI components?

You need to run a pre-PR documentation check when you add a new page or modify navigation. This sweep identifies all related missing component documentation or help structure definitions, reducing the need for post-merge updates to user-facing artifacts.

Does this documentation check work without external dependencies or modules?

Yes, the documentation check works without external dependencies. It directly analyzes your branch changes to review UI-related documentation artifacts, requiring no additional modules to identify missing help articles or route registration issues.

What limitations exist when checking help structure definitions against code changes?

A limitation of checking help structure definitions is that the analysis focuses strictly on identifying missing or stale artifacts based on the git diff. It does not automatically generate the missing documentation, requiring developers to manually update the identified articles and route registrations.