BeClaude

agent-skill-quality-gate

New
GitHub TrendingGeneralby migmcc

Quality gate for AI agent skills (SKILL.md validator).

First seen 6/21/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agent-skill-quality-gate.md

3
Invoke with @agent-name
@agent-skill-quality-gate

Use Cases

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.

Usage Examples

1

/agent-skill-quality-gate validate path/to/SKILL.md

2

Run quality gate on all skills in the current directory

3

Check if my new skill meets the required quality standards

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..