generated-subskill-0095
Ensures governance artifacts meet quality gates and formatting standards.
Install
mkdir -p .claude/skills/generated-subskill-0095 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15266" && unzip -o skill.zip -d .claude/skills/generated-subskill-0095 && rm skill.zipInstalls to .claude/skills/generated-subskill-0095
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generated governance sub-skill. Use when: applying standardized quality and safety checks for large-scale governance tasks.Key capabilities
- →Confirm naming and folder conventions
- →Verify frontmatter is valid YAML
- →Ensure descriptions include clear 'Use when' triggers
- →Run the project quality gate
- →Apply ruff checks for code quality
How it works
The skill validates governance files by checking naming conventions, YAML frontmatter, description triggers, and running project quality gates like ruff checks.
Inputs & outputs
When to use generated-subskill-0095
- →Validate governance artifacts
- →Check YAML formatting
- →Run project quality gates
- →Verify naming conventions
About this skill
generated-subskill-0095
When to Use
- When creating or validating governance artifacts at scale.
- When ensuring consistent frontmatter and quality gate patterns.
Procedure
- Confirm naming and folder conventions.
- Verify frontmatter is valid YAML.
- Ensure descriptions include clear "Use when" triggers.
- Run the project quality gate.
Quality Gate
- & .\.venv\Scripts\python.exe -m ruff check . --fix
- & .\.venv\Scripts\python.exe -m ruff format .
- & .\.venv\Scripts\python.exe manage.py check --settings=app.settings_dev
When not to use it
- →When creating or validating governance artifacts at a small scale
- →When consistent frontmatter and quality gate patterns are not a concern
Limitations
- →Requires specific naming and folder conventions
- →Frontmatter must be valid YAML
- →Descriptions must include clear 'Use when' triggers
How it compares
This skill provides a standardized procedure for validating governance artifacts at scale, ensuring consistency and compliance with quality gates, unlike manual checks.
Compared to similar skills
generated-subskill-0095 side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| generated-subskill-0095 (this skill) | 0 | 4mo | No flags | Beginner |
| code-change-verification | 4 | 4mo | Review | Beginner |
| verification-loop | 0 | 4mo | Review | Intermediate |
| verify | 0 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by engremran07
View all by engremran07 →You might also like
code-change-verification
openai
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.
verification-loop
tom237ttkk
A comprehensive verification system for Codex work sessions.
verify
nishithdev
Validate the timesince integration for HA compatibility and HACS readiness before pushing. Checks deprecated APIs, metadata consistency, and translation files.
PR Submitter
youtube-at-vach
作業完了後に検証を行い、Pull Request (PR) を作成・送付する一連の流れを定義したスキル
scholar-verify
37chengshan
Run ScholarAI's required validation matrix for Symphony-driven changes based on the touched surfaces.
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.