python-review-qa-loop
Enforces a consistent QA and security review workflow for Python code contributions.
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.Key capabilities
- →Read shared workflow documentation for Python code changes
- →Create minimal viable patches for Python code
- →Run relevant tests for Python code modifications
- →Capture test results for Python changes
- →Route database-related changes through security guidance
- →Route credential or secret changes through security guidance
How it works
The skill guides the user through a predefined process for Python code changes, emphasizing reading documentation, creating small patches, testing, and routing sensitive changes through security protocols.
Inputs & outputs
When to use python-review-qa-loop
- →Run QA loop for changes
- →Check security for DB migrations
- →Review secret handling
- →Apply patch following QA standards
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.
When not to use it
- →When working on code changes not related to Python
- →When the code changes do not require a shared review and QA loop
Limitations
- →The skill is specific to Python code changes
- →The skill requires adherence to a shared review and QA loop
- →The skill requires routing sensitive changes through shared security guidance
How it compares
This skill enforces a structured review and QA process for Python code, ensuring adherence to repository standards, unlike an ad-hoc review.
Compared to similar skills
python-review-qa-loop side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| python-review-qa-loop (this skill) | 0 | 3mo | No flags | Beginner |
| pr-review | 6 | 2mo | Review | Intermediate |
| django-verification | 5 | 4mo | Review | Intermediate |
| lint-and-validate | 6 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
pr-review
pytorch
Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".
django-verification
affaan-m
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
lint-and-validate
davila7
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
moai-foundation-quality
modu-ai
Enterprise code quality orchestrator with TRUST 5 validation, proactive analysis, and automated best practices enforcement
s-lint
Falkicon
>
code-quality-enforcer
T-rav
>