python-code-quality Skill
Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures. Published by microsoft in agent-framework.
What is python-code-quality Skill?
Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures. Published by microsoft in agent-framework. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use python-code-quality Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/agent-framework
- Skill file: python/.github/skills/python-code-quality/SKILL.md
What it does
Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.
Skill instructions
Python Code Quality Quick Commands All commands run from the python/ directory: bash Syntax formatting + checks (parallel across packages by default) uv run poe syntax uv run poe syntax -P core uv run poe syntax -F Format only uv run poe syntax -C Check only uv run poe syntax -S Samples only Type checking Division of labor (see "Type checking architecture" below): - Pyright (strict) is the source-code type checker. - Pyright (relaxed basic), mypy, pyrefly, ty, zuban all check the TESTS; pyright/pyrefly/ty also check the SAMPLES (mypy/zuban skip script-style samples). uv run poe pyright Pyright (strict) over SOURCE, fan-out across packages uv run poe pyright -P core uv run poe pyright -A uv run poe test-typing mypy + pyrefly + ty + zuban + pyright over each package's TESTS uv run poe test-typing -P core uv run poe test-typing -S samples (pyrefly + ty + pyright) uv run poe test-typing -P core --checker mypy narrow to one checker (repeatable) uv run poe test-typing -P core --checker pyrig
Explore related resources
Frequently asked questions
What is python-code-quality?
python-code-quality is a open-source AI agent skill with Copy skill directory. Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.
Who is python-code-quality best for?
python-code-quality is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install python-code-quality?
Install or run python-code-quality using Copy skill directory. Check python-code-quality for the latest setup command.
Is python-code-quality actively maintained?
python-code-quality may need a closer maintenance check before production use.
Auto-fetched from GitHub.