Python
Automates Python backend testing via Test Dino HQ, generating tests and verifying functionality against specifications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add testdino-hq-python npx -- -y @trustedskills/testdino-hq-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"testdino-hq-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/testdino-hq-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides Python code formatting and linting based on Google's style guides. It automatically reformats Python code to adhere to PEP 8 and Google’s specific conventions, ensuring consistency and readability. The skill can also identify potential errors and stylistic issues within the code.
When to use it
- Code Formatting: Automatically format a block of Python code to conform to Google's style guide.
- Code Review: Identify deviations from Google’s coding standards in existing Python files.
- Project Standardization: Enforce consistent coding styles across a team or project using Google’s guidelines.
- Learning & Improvement: Help developers learn and apply Google’s Python style conventions.
Key capabilities
- PEP 8 compliance
- Google-specific formatting rules
- Code linting for stylistic issues
- Automatic code reformatting
Example prompts
- "Format this Python code according to Google's style guide: [paste code here]"
- "Check this file for PEP 8 and Google style violations: [file path]"
- "Reformat the following Python script: [paste code here]"
Tips & gotchas
The skill requires a working Python environment with necessary dependencies (e.g., black, pylint). Be aware that strict adherence to Google's style guide might require adjustments to existing coding practices.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.