python-foundational Skill
Foundational Python best practices, idioms, and code quality fundamentals Published by microsoft in hve-core.
What is python-foundational Skill?
Foundational Python best practices, idioms, and code quality fundamentals Published by microsoft in hve-core. 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
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use python-foundational Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/hve-core
- Skill file: .github/skills/coding-standards/python-foundational/SKILL.md
What it does
Foundational Python best practices, idioms, and code quality fundamentals
Skill instructions
Python Foundational Coding Standards Skill Overview Foundational Python excellence that every diff must satisfy. This skill is loaded first for any .py change. All higher-order skills build on it. This content is a skill rather than an instructions file for three reasons: skills are distributed through the CLI plugin and VS Code extension without requiring consumers to copy files into their repo; new language skills can be added without modifying the review agent itself; and skills are loaded on demand, keeping the context window small when the diff contains no Python. Core Checklist 1. Readability & Style Use Python naming: PascalCase classes, snakecase functions/variables, UPPERSNAKECASE constants, private members. Group imports: stdlib → third-party → local (blank line between groups, no trailing whitespace). 2. Pythonic Idioms Prefer comprehensions for simple transforms; use explicit loops for complex logic/side-effects. Always use with for files, locks, DB connections. Prefer data
Explore related resources
Frequently asked questions
What is python-foundational?
python-foundational is a open-source AI agent skill with Copy skill directory. Foundational Python best practices, idioms, and code quality fundamentals
Who is python-foundational best for?
python-foundational is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install python-foundational?
Install or run python-foundational using Copy skill directory. Check python-foundational for the latest setup command.
Is python-foundational actively maintained?
python-foundational may need a closer maintenance check before production use.
Auto-fetched from GitHub.