xh-update-docs

Update hoist-react documentation by analyzing code changes in commits or pull requests.

31|11|Updated Jan 16, 2018
One-click install
npx skills add https://github.com/xh/hoist-react --skill xh-update-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xh-update-docs
Source: https://github.com/xh/hoist-react/tree/main/.claude/skills/xh-update-docs
Command: npx skills add https://github.com/xh/hoist-react --skill xh-update-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that the hoist-react documentation stays current and accurate by automatically updating README files, AGENTS.md, and the documentation roadmap whenever code changes are made.

Core Features & Use Cases

  • Automated Documentation Updates: Analyzes code changes (commits or PRs) to identify documentation needs.
  • Targeted Edits: Proposes and applies updates to package READMEs, the documentation index, the documentation registry, and the roadmap.
  • Use Case: After adding a new component to the /cmp/ directory, use this Skill to automatically generate a new README section, update the package documentation index, and add an entry to the documentation roadmap.

Quick Start

Use the xh-update-docs skill to update documentation for the latest commit.

Frequently Asked Questions about xh-update-docs

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

FAQPage Schema
How do I automate documentation updates for hoist-react code changes?

Automating documentation updates for hoist-react involves analyzing commits or pull requests to identify modified files, mapping them to affected packages, and proposing targeted edits to READMEs and the doc registry. This process ensures documentation stays accurately synced with code changes.

How does automated documentation generation map code changes to package READMEs?

Automated documentation generation maps code changes by identifying new or modified files in commits, cross-referencing changelogs to find documentation-worthy updates, and applying proposed changes directly to the relevant package READMEs and the documentation index.

Can I update the documentation roadmap automatically after adding a new component?

You can update the documentation roadmap automatically after adding a new component. The process identifies the new files, updates the package README and documentation index, and adds a corresponding entry to the docs planning roadmap file to track ongoing documentation needs.

What files does automated documentation synchronization modify in hoist-react?

Automated documentation synchronization modifies package READMEs, AGENTS.md, the documentation index at docs/README.md, the document registry at docs/doc-registry.json, and the documentation roadmap located at docs/planning/docs-roadmap.md.

Do I need to manually cross-reference changelogs to generate documentation updates?

You do not need to manually cross-reference changelogs to generate documentation. The automation cross-references changelogs internally to determine documentation-worthy updates, then proposes and applies the necessary changes to the relevant documentation files.