Agent Skill
2/7/2026quality-gates
Python code quality gates script for linting, type checking, complexity analysis, and testing before commits. Use when enforcing consistent code quality across Python projects with fast (unit-tests) or comprehensive (all-tests) modes.
E
ederheisler
0GitHub Stars
1Views
npx skills add ederheisler/agent-skills
SKILL.md
| Name | quality-gates |
| Description | Python code quality gates script for linting, type checking, complexity analysis, and testing before commits. Use when enforcing consistent code quality across Python projects with fast (unit-tests) or comprehensive (all-tests) modes. |
Agent Skills Collection
A curated collection of AI agent skills with progressive disclosure enhancements and agent-agnostic language.
Quick Start
Install Skills
Use the interactive TUI installer to manage skills:
# Using uv (recommended)
uv run --with textual python3 skills_manager.py
# Or if textual is installed
python3 install.py
See INSTALLER.md for detailed instructions and keyboard controls.
Credits
- Anthropic Skills: Original inspiration from anthropics/skills
- Enhanced by: Progressive disclosure improvements and expanded reference materials
License
Individual skills contain their own LICENSE.txt files. Most are licensed under Apache 2.0 (from Anthropic originals).
Learn More
Skills Info
Original Name:quality-gatesAuthor:ederheisler
Download