GE
generated-subskill-0095
Generated governance sub-skill. Use when: applying standardized quality and safety checks for large-scale governance tasks.
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.123 chars✓ has a “when” trigger
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