python-review-qa-loop
Use when working on Python code changes that should follow this repo's shared review and QA loop. Read the shared workflow docs, make the smallest viable patch, run relevant tests, capture results, and route DB, credentials, secrets, or Garmin password related changes through the shared security gui
Install
mkdir -p .claude/skills/python-review-qa-loop && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15040" && unzip -o skill.zip -d .claude/skills/python-review-qa-loop && rm skill.zipInstalls to .claude/skills/python-review-qa-loop
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.
Use when working on Python code changes that should follow this repo's shared review and QA loop. Read the shared workflow docs, make the smallest viable patch, run relevant tests, capture results, and route DB, credentials, secrets, or Garmin password related changes through the shared security guidance.About this skill
GitHub Skill Adapter
Canonical skill source:
ai/skills/python-review-qa-loop/SKILL.mdai/skills/python-review-qa-loop/agents/openai.yaml
This .github file is only a thin reference adapter so GitHub-side
repo docs point to the same canonical skill content in ai/.
Do not assume .github/agents/* will auto-spawn. Follow the canonical
skill's explicit reviewer / QA / security pass instructions instead.