update-ui-artifacts

Reconcile front-end source code, route registry, and documentation artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of auditing and reconciling front-end documentation artifacts with the current source code, preventing stale or incomplete docs and ensuring consistency.

Core Features & Use Cases

  • Codebase Scan: Performs a comprehensive scan of the entire UI source code to verify documentation coverage.
  • Coverage Assessment: Checks if help articles, route registrations, and component docs are up to date and complete.
  • Use Case: When a major UI feature is developed, run this Skill to identify any missing user documentation or discrepancies between planned and actual routes and pages, facilitating an accurate and current user guide.

Quick Start

Simply trigger the audit process to compare source code, route configuration, and documentation structure, then review the generated report for gaps and inconsistencies.

Frequently Asked Questions about update-ui-artifacts

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

FAQPage Schema
How do I verify front-end documentation matches the current source code?

Auditing UI documentation involves performing a full reconciliation between front-end source code, route registries, and documentation artifacts. This structured data analysis detects inconsistencies, omissions, and outdated content across the codebase.

What is the best way to find missing or outdated UI component documentation?

Performing a comprehensive codebase scan assesses UI documentation coverage by checking help articles, route registrations, and component docs against the source code. This identifies missing user documentation and discrepancies between planned and actual routes.

Can I audit route registrations and page documentation in a complex codebase?

Yes, you can audit route registrations and page documentation in a complex codebase by cross-referencing project files. This structured analysis detects inconsistencies between actual routes and existing user guides.

When do I need to reconcile UI documentation with my codebase?

You need to reconcile UI documentation with your codebase after developing a major UI feature. This identifies missing user documentation and discrepancies between planned and actual routes, ensuring an accurate user guide.

Does UI documentation verification work without external dependencies?

Yes, UI documentation verification works without external dependencies. It performs a full reconciliation using internal source code, route configuration, and documentation structure to generate a report of gaps and inconsistencies.