GE

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

Installs 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.
123 chars✓ has a “when” trigger
Beginner

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

You give it
governance artifact files
You get back
validation results and quality gate execution

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

  1. Confirm naming and folder conventions.
  2. Verify frontmatter is valid YAML.
  3. Ensure descriptions include clear "Use when" triggers.
  4. 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.

SkillInstallsUpdatedSafetyDifficulty
generated-subskill-0521 (this skill)04moNo flagsBeginner
onboard04moNo flagsBeginner
airflow-dag-patterns42moNo flagsIntermediate
dev26moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

00

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.

445

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.

28

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.

02

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.

11

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.

10

Search skills

Search the agent skills registry