write-code

Automate GitHub issue intake, implementation, and PR creation.

25|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/kamp-us/phoenix --skill write-code-kamp-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-code
Source: https://github.com/kamp-us/phoenix/tree/main/claude-plugins/kampus-pipeline/skills/write-code
Command: npx skills add https://github.com/kamp-us/phoenix --skill write-code-kamp-us

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of picking, implementing, and closing issues in GitHub repositories, streamlining the code implementation workflow.

Core Features & Use Cases

  • Issue Selection: Automatically selects the next actionable issue from a configured repository.
  • Code Implementation: Executes the implementation steps for the selected issue, including branching, PR creation, and progress logging.
  • PR Repair: Handles failed PRs by analyzing the issue's latest gate verdict, fixing the issues, and resubmitting the PR.
  • Use Case: For a software development team using GitHub, this Skill can significantly reduce the time spent on manual issue management and code implementation.

Quick Start

Trigger the 'write-code' command to start the issue intake and code implementation process.

Frequently Asked Questions about write-code

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

FAQPage Schema
How do I automate GitHub issue intake and code implementation?

To automate GitHub issue intake and code implementation, trigger the write-code command. It automatically selects the next actionable issue, handles branching, implements the code, logs progress, and creates a pull request.

Do I need the gh command-line tool to automate issue management in GitHub repositories?

Yes, you need the gh command-line tool installed to automate issue management in GitHub repositories. The Skill relies on gh for GitHub API interactions to handle issue selection, branching, and pull request creation.

How can I fix a failed pull request automatically after implementing an issue?

To fix a failed pull request automatically, the Skill analyzes the issue's latest gate verdict, repairs the code, and resubmits the PR. This PR repair workflow handles failed checks without manual intervention.

What is the best way to streamline issue selection and branching for code implementation?

The best way to streamline issue selection and branching for code implementation is using an automated workflow. This Skill selects the next actionable issue from a configured repository and executes the implementation steps automatically.

Can I use automated workflows to manage issue progress logging in GitHub?

Yes, you can use automated workflows to manage issue progress logging in GitHub. The Skill logs progress automatically during the code implementation process, tracking each step from issue selection through pull request creation.