feature-fmt-check

Validate feature documentation against the official feature-docs specification.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/edgeandnode/ampup --skill feature-fmt-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-fmt-check
Source: https://github.com/edgeandnode/ampup/tree/main/.agents/skills/feature-fmt-check
Command: npx skills add https://github.com/edgeandnode/ampup --skill feature-fmt-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that feature documentation format follows the established patterns in docs/meta/feature-docs.md.

Core Features & Use Cases

  • PR reviews with feature doc changes
  • After creating or editing a feature doc
  • Before committing changes to docs/features/
  • User requests a feature doc format review

Quick Start

Run the skill to validate a feature document against the official docs spec.

Frequently Asked Questions about feature-fmt-check

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

FAQPage Schema
How do I validate feature documentation frontmatter before committing?

Run a feature-docs format check to validate frontmatter fields like name, description, and components against the official specification. This ensures required metadata is present and correctly formatted before committing changes to docs/features.

What does feature doc reference direction validation check?

Reference direction validation checks that internal links point UP the documentation hierarchy, maintaining proper structure. It ensures section organization and discovery compatibility meet the official feature-docs specification standards.

Can I use a feature doc format checker on PR reviews?

Yes, you can apply a feature doc format checker to PRs where docs/features/*.md files are changed. It validates that frontmatter, section structures, and references meet the established specification during the review process.

When do I need to run a feature doc format check?

Run a feature doc format check after creating or editing feature docs, before committing changes to docs/features/, or when requesting a format review. This ensures all updates comply with the official specification.

What are the limitations of automated feature doc validation?

Automated feature doc validation is limited to checking structural compliance against the specification, including frontmatter fields, section structure, and reference directions. It does not evaluate the technical accuracy or quality of the content itself.