agent-skill-quality-gate
NewQuality gate for AI agent skills (SKILL.md validator).
Summary
md files) against a quality gate, ensuring they meet required standards for metadata, structure, and completeness.
- It helps developers maintain consistent, high-quality skills across their projects by catching issues early.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agent-skill-quality-gate.md
@agent-skill-quality-gateUse Cases
Usage Examples
/agent-skill-quality-gate validate path/to/SKILL.md
Run quality gate on all skills in the current directory
Check if my new skill meets the required quality standards
Security Audits
Frequently Asked Questions
What is agent-skill-quality-gate?
This skill validates AI agent skill definitions (SKILL.md files) against a quality gate, ensuring they meet required standards for metadata, structure, and completeness. It helps developers maintain consistent, high-quality skills across their projects by catching issues early.
How to install agent-skill-quality-gate?
To install agent-skill-quality-gate: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agent-skill-quality-gate.md. Finally, @agent-skill-quality-gate in Claude Code.
What is agent-skill-quality-gate best for?
agent-skill-quality-gate is a agent categorized under General. It is designed for: agent. Created by migmcc.
What can I use agent-skill-quality-gate for?
agent-skill-quality-gate is useful for: Validate a newly created SKILL.md file before committing it to the repository.; Check all skills in a project for compliance with organizational quality standards.; Identify missing or malformed metadata fields in an agent skill definition.; Ensure skill descriptions are clear and actionable before publishing.; Automate quality checks in a CI/CD pipeline for skill contributions.; Review skill dependencies and tags for consistency across a skill catalog..