coding-python

Write or fix Python implementation code to pass existing tests.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/outcomeengineering/spx-claude --skill coding-python-outcomeengineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-python
Source: https://github.com/outcomeengineering/spx-claude/tree/main/plugins/python/skills/coding-python
Command: npx skills add https://github.com/outcomeengineering/spx-claude --skill coding-python-outcomeengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of writing or fixing Python implementation code, ensuring it meets test requirements and adheres to coding standards.

Core Features & Use Cases

  • Automated Code Generation: Writes new Python code to satisfy existing failing tests.
  • Automated Code Fixing: Modifies existing Python code based on review feedback to pass tests and meet standards.
  • Use Case: After defining tests for a new feature with /testing-python, use this Skill to generate the initial implementation code that makes those tests pass.

Quick Start

Use the coding-python skill to write Python implementation code for the current story.

Frequently Asked Questions about coding-python

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Python code to pass existing tests?

To generate Python code to pass existing tests, you need pre-existing reviewed tests and loaded specifications. The Skill automates writing new implementation code to satisfy failing tests and adhere to coding standards.

How do I fix Python code rejected by reviewers?

To fix Python code rejected by reviewers, the Skill remediates the existing implementation based on review feedback. It modifies the code to successfully pass tests and meet required coding standards.

Do I need pre-existing tests before writing Python implementation code?

Yes, you need pre-existing reviewed tests before writing Python implementation code. The Skill requires pre-existing reviewed tests and loaded specifications to generate or remediate code accurately.

What is the best way to automate Python code refactoring for failing tests?

The best way to automate Python code refactoring for failing tests is using a Skill that writes or fixes implementation code based on loaded specifications. It handles both initial code generation and remediation of rejected code.

Can I use this Skill to write Python code without test specifications?

No, you cannot use this Skill to write Python code without test specifications. The Skill strictly requires pre-existing reviewed tests and loaded specifications to generate or fix implementation code.