develop

Automate GitHub issue development workflows from branch creation to PR publication.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pcortellezzi/rs_trader --skill develop-pcortellezzi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/pcortellezzi/rs_trader/tree/main/.claude/skills/develop
Command: npx skills add https://github.com/pcortellezzi/rs_trader --skill develop-pcortellezzi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Full resumable development pipeline for GitHub issues. Reconstructs context and automates the entire lifecycle from issue intake to PR, enabling seamless collaboration across sessions.

Core Features & Use Cases

  • Phase-driven workflow: reconstructs context, creates branches, runs tests, updates specs and docs, and creates PRs.
  • Cross-session continuity: resumes work after interruptions by rebuilding session state from GitHub issues.
  • Safety and governance: enforces disciplined PR workflows and changelog updates.

Quick Start

Provide the GitHub issue number to start a resumable development session.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I automate end-to-end GitHub issue development workflows?

You can automate GitHub issue development workflows using a phase-driven pipeline that reconstructs session context, creates branches, writes tests, implements features, updates documentation, and publishes pull requests based on issue references.

How do I resume an interrupted GitHub issue development session?

Resume interrupted GitHub issue development sessions through mandatory context reconstruction, which rebuilds the previous session state directly from the GitHub issue to seamlessly continue the workflow across interruptions.

What is a phase-driven development pipeline for GitHub issues?

A phase-driven development pipeline orchestrates GitHub issue resolution across Phases 0-5, mandating context reconstruction before executing branch creation, testing, feature implementation, documentation updates, and pull request publication.

Can I enforce disciplined pull request workflows and changelog updates during automated development?

Yes, automated development pipelines enforce safety and governance by requiring disciplined pull request workflows and changelog updates integrated directly with Git and GitHub tooling throughout the issue lifecycle.

Do I need to provide a GitHub issue number to start automated development?

Yes, you need to provide a GitHub issue number to start a resumable development session, which allows the pipeline to reconstruct context and drive the automated workflow from issue intake to pull request.

What are the limitations of cross-session context reconstruction for issue management?

Context reconstruction for issue management relies entirely on GitHub issue references to rebuild session state, meaning workflows are constrained by the accuracy of issue metadata and the availability of Git and GitHub tooling integrations.