implement

Automate GitHub issue implementation with worktrees, dependencies, and test scaffolding.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire process of turning a GitHub issue into implemented code, managing the setup, development, and tracking of code changes.

Core Features & Use Cases

  • End-to-End Implementation: Handles worktree creation, dependency installation, code exploration, test scaffolding, and progress tracking for a given issue.
  • GitHub Integration: Leverages GitHub CLI for issue fetching and potentially PR creation.
  • Use Case: When assigned a new feature or bug fix issue on GitHub, use this Skill to automatically set up your local environment, fetch issue details, and begin the coding process according to project conventions.

Quick Start

Use the implement skill to start working on issue number 123.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate the GitHub issue to code workflow?

To automate the GitHub issue to code workflow, you can use a skill that creates worktrees, installs dependencies, explores codebases, scaffolds tests, and tracks progress. It fetches issue details via GitHub CLI and adheres to project coding conventions to begin development.

Can I automatically set up a local worktree and scaffold tests from a GitHub issue?

Yes, you can automatically set up a local worktree and scaffold tests from a GitHub issue. This workflow handles worktree creation, dependency installation, and test scaffolding by fetching issue details and exploring the codebase to adhere to project-specific coding conventions.

What is the best way to track implementation progress for GitHub issues?

The best way to track implementation progress for GitHub issues is using an automated end-to-end workflow that manages worktrees, scaffolds tests, and integrates with GitHub CLI. This ensures your development aligns with project-specific coding conventions from start to finish.

Does the issue implementation workflow require the GitHub CLI?

Yes, the issue implementation workflow requires the GitHub CLI. It leverages the GitHub CLI for issue fetching and potentially PR creation to automate the end-to-end process of turning an issue into implemented code.

How do I ensure new features follow project coding conventions automatically?

To ensure new features follow project coding conventions automatically, an implementation workflow explores your codebase and scaffolds tests based on the specific issue. This guarantees the generated code adheres to your existing development standards.