dev-workflow

Automate GitHub issue implementation from code exploration to draft pull requests.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/rosinbum/usopc-athlete-support-agent --skill dev-workflow-rosinbum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/rosinbum/usopc-athlete-support-agent/tree/main/.claude/skills/dev-workflow
Command: npx skills add https://github.com/rosinbum/usopc-athlete-support-agent --skill dev-workflow-rosinbum

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex, multi-step process of implementing GitHub issues, ensuring consistency, adherence to best practices, and efficient development cycles.

Core Features & Use Cases

  • Guided Implementation: Follows a structured approach from issue exploration to draft PR creation.
  • Test-Driven Development (TDD): Emphasizes writing tests before implementation to ensure correctness.
  • Code Quality Checks: Integrates formatting and quality assurance steps before submission.
  • Use Case: When assigned a new feature request on GitHub, use this Skill to automatically explore the codebase, plan the changes, write tests, implement the code, and prepare a draft pull request.

Quick Start

Use the dev-workflow skill with issue number 123 to start implementing the feature.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
How do I automate GitHub issue implementation from start to finish?

Automating GitHub issue implementation requires orchestrating code exploration, test-driven development, and quality checks to generate a draft pull request. This workflow uses Git, GitHub CLI, and pnpm to ensure project conventions are met before submission.

What is test-driven development in an automated workflow?

Test-driven development in an automated workflow emphasizes writing tests before implementation to ensure correctness. It structures the development cycle by validating code behavior upfront, integrating formatting and quality assurance steps before creating a draft pull request.

Do I need the GitHub CLI and pnpm installed to automate draft pull request generation?

Yes, you need the GitHub CLI, pnpm, and Prettier installed to automate draft pull request generation. These dependencies are orchestrated by the workflow to execute repository commands, manage packages, and enforce code formatting checks before pull request submission.

What's the best way to ensure code quality before creating a pull request?

The best way to ensure code quality before creating a pull request is integrating automated formatting and quality assurance steps into your workflow. This approach validates test coverage and applies Prettier checks prior to submitting a draft pull request.

Why does my automated development workflow require a draft pull request?

An automated development workflow requires a draft pull request to mark the implementation as work-in-progress while adhering to project conventions. It allows teams to review the test-driven code changes and quality checks before final repository merging.