One-click install
npx skills add https://github.com/simonheimlicher/spx-claude --skill coding-autonomously
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-autonomously
Source: https://github.com/simonheimlicher/spx-claude/tree/main/plugins/code/skills/coding-autonomously
Command: npx skills add https://github.com/simonheimlicher/spx-claude --skill coding-autonomously

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end coding workflow by translating requirements into code and tests, reducing manual back-and-forth and accelerating delivery.

Core Features & Use Cases

  • Automated coding cycle: Read acceptance criteria, implement code changes, and write progress tests in the work item's tests directory.
  • Automated review: Auto-invokes reviewer when changes are complete, enabling rapid feedback and iteration.
  • Multi-language support: Applies to stories across common languages (e.g., JavaScript/TypeScript, Python, etc.) and project structures.

Quick Start

Initiate the coding-autonomously skill on the current work item to start the autonomous coding cycle. It will read acceptance criteria, implement code changes, generate progress tests, and trigger the reviewer when ready.

Frequently Asked Questions about coding-autonomously

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

FAQPage Schema
How do I automate code generation from acceptance criteria?

Automated code generation from acceptance criteria is achieved by initiating an autonomous coding cycle that reads requirements, implements code changes, and writes progress tests in the work item's tests directory.

What is the best way to write progress tests automatically during software development?

Writing progress tests automatically is handled by translating software development stories into code, which includes generating tests directly in the work item's tests directory as part of the automated cycle.

Does autonomous coding support multiple programming languages like JavaScript and Python?

Autonomous coding supports multiple programming languages, applying to software development stories across common languages like JavaScript, TypeScript, and Python, along with various project structures.

How does review automation work after generating code changes?

Review automation works by auto-invoking a reviewer when code changes are complete, enabling rapid feedback and iteration without manual back-and-forth during the coding workflow.

Can I use AI-assisted development for end-to-end software engineering stories?

AI-assisted development can be used for end-to-end software engineering stories by automating the complete workflow from reading acceptance criteria to implementing code and triggering automated reviews.