generated-subskill-0521
Standardizes governance artifacts through automated formatting, linting, and quality gate execution.
Install
mkdir -p .claude/skills/generated-subskill-0521 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15922" && unzip -o skill.zip -d .claude/skills/generated-subskill-0521 && rm skill.zipInstalls to .claude/skills/generated-subskill-0521
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
- →Verify YAML frontmatter validity
- →Ensure descriptions include 'Use when' triggers
- →Run project quality gates
How it works
The skill follows a procedure to check naming conventions, validate YAML frontmatter, and execute project-specific quality gates like ruff and Django checks.
Inputs & outputs
When to use generated-subskill-0521
- →Creating governance artifacts
- →Validating project frontmatter
- →Running quality gates
About this skill
generated-subskill-0521
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 not creating or validating governance artifacts at scale
- →When not ensuring consistent frontmatter and quality gate patterns
Limitations
- →Requires specific project quality gate tools like ruff and Django's manage.py check
- →Limited to the defined quality gate commands
How it compares
This workflow automates a series of checks for governance artifacts, providing a standardized and repeatable validation process compared to manual inspection.
Compared to similar skills
generated-subskill-0521 side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| generated-subskill-0521 (this skill) | 0 | 4mo | No flags | Beginner |
| onboard | 0 | 4mo | No flags | Beginner |
| airflow-dag-patterns | 4 | 2mo | No flags | Intermediate |
| dev | 2 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by engremran07
View all by engremran07 →You might also like
onboard
jwadhwa2259
Configure CodeScope for this project. Detects project type, languages, and build commands, then walks through agent model selection and workflow preferences. Run this before /codescope:bootstrap.
airflow-dag-patterns
wshobson
Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.
dev
atopile
LLM-focused workflow for working in this repo: compile Zig, run the orchestrated test runner, consume test-report.json/html artifacts, and discover/debug ConfigFlags.
autogluon-conda-upgrade
autogluon
Automate AutoGluon conda-forge feedstock version upgrades. Use when the user wants to upgrade AutoGluon to a new version in conda-forge, create PRs for AutoGluon conda feedstocks, or update autogluon.common, autogluon.core, autogluon.features, autogluon.tabular, autogluon.multimodal, autogluon.timeseries, or autogluon meta-package feedstocks.
pre-release
ZhuoZhuoCrayon
Automates release preparation for throttled-py. Triggers when user message contains: - "release vX.Y.Z" with a GitHub release draft URL - "release vX.Y.Z" followed by changelog content Tasks: update version numbers, sync CHANGELOG_EN.rst and CHANGELOG.rst, run dependency sync.
emitter-package-update
Azure
Automate bumping typespec-python version in emitter-package.json for the Azure SDK for Python repository. Use this skill when the user wants to update @azure-tools/typespec-python to the latest version, create a PR for the version bump, or manage emitter-package.json updates.