validate-bootstrap-output

Validate Copilot bootstrap configurations against a real project codebase.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/vndkubi/code-graph --skill validate-bootstrap-output
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-bootstrap-output
Source: https://github.com/vndkubi/code-graph/tree/main/.github/skills/validate-bootstrap-output
Command: npx skills add https://github.com/vndkubi/code-graph --skill validate-bootstrap-output

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates Copilot bootstrap configurations to ensure they reference actual project content rather than generic placeholders, catching misconfigurations early in the lifecycle.

Core Features & Use Cases

  • Structural checks: verify that all .agent.md, .skill.md, and instruction files have valid frontmatter and non-empty content.
  • Project-specific validation: detect generic phrases and ensure content matches the real project and module names.
  • Cross-reference integrity: ensure every orchestrator and skill referenced exists.
  • Manifest validation: ensure .github bootstrap manifest is present and lists generated files.

Quick Start

Run the bootstrap validation after bootstrapping or upgrading Copilot config to confirm project-specificity.

Frequently Asked Questions about validate-bootstrap-output

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

FAQPage Schema
How do I validate Copilot bootstrap configurations against my real project?

To validate Copilot bootstrap configurations, run the bootstrap validation process to verify structural integrity, project-specific content, cross-reference consistency, and manifest validity across all generated config files. This requires access to the bootstrap manifest and generated Copilot config files.

How do I detect generic placeholders in generated Copilot instruction files?

You detect generic placeholders in Copilot instruction files by performing project-specific validation checks that scan for generic phrases and ensure the content matches actual project and module names from your codebase. This catches misconfigurations early in the lifecycle.

Why does my Copilot orchestrator cross-reference validation fail?

Cross-reference validation fails when orchestrator and skill references in generated Copilot config files do not exist in the actual codebase. The validation process checks cross-reference integrity to ensure every referenced orchestrator and skill is present and correctly mapped.

What structural checks are needed for .agent.md and .skill.md files?

Validating .agent.md and .skill.md files requires structural checks to verify that all instruction files have valid frontmatter and non-empty content. This ensures the generated Copilot configurations maintain structural integrity before being applied to the project.

Do I need a bootstrap manifest to validate Copilot config files?

Yes, you need a .github bootstrap manifest to validate Copilot config files. The validation process requires access to the bootstrap manifest to ensure it is present, lists generated files, and confirms manifest validity across all generated configurations.