dogfooding

Orchestrate automated testing and quality assurance for a skills repository.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/wojons/skills --skill dogfooding-wojons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dogfooding
Source: https://github.com/wojons/skills/tree/main/skills/dogfooding
Command: npx skills add https://github.com/wojons/skills --skill dogfooding-wojons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the integrity and functionality of the entire skills repository by using the skills system itself to test and validate each skill, preventing regressions and maintaining high quality.

Core Features & Use Cases

  • Comprehensive Validation: Tests skill installation, structure, functionality, and cross-skill dependencies.
  • Automated Reporting: Generates detailed reports on skill health and identifies areas for improvement.
  • Use Case: Before releasing a new version of the skills collection, run this Skill to automatically verify that all 60+ skills are installable, their scripts work, and they integrate correctly with each other, ensuring a smooth release.

Quick Start

Run the dogfooding skill to perform a full validation of all skills in the repository.

Frequently Asked Questions about dogfooding

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

FAQPage Schema
How do I automate quality assurance testing for a skills repository?

Automated quality assurance for a skills repository is achieved by orchestrating the skills system to test itself, validating installation, structure, script execution, and cross-skill dependencies to prevent regressions.

What is dogfooding in the context of CI/CD validation?

Dogfooding in CI/CD validation is the process of using your own skills framework to run automated tests on itself, verifying that all components install correctly and integrate without regressions before release.

How do I validate cross-skill dependencies before a release?

Validate cross-skill dependencies by running an orchestration skill that executes automated testing across the entire repository, checking integration points and generating reports to identify any interaction issues.

Can I generate automated reports for script execution and skill health?

Yes, you can generate detailed automated reports on skill health by running validation tests that verify script execution and structural integrity, highlighting areas needing improvement or addressing failures.

Does automated testing work for validating 60+ skills simultaneously?

Automated testing scales to validate 60+ skills simultaneously by orchestrating the repository's own validation mechanisms to verify installation, structure, and cross-dependencies in a single comprehensive run.