code

Automate GitHub issues into code work items with test verification.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/saitoco/wholework --skill code-saitoco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code
Source: https://github.com/saitoco/wholework/tree/main/skills/code
Command: npx skills add https://github.com/saitoco/wholework --skill code-saitoco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning GitHub issues into concrete code work items, orchestrating end-to-end tasks from spec interpretation to implementation and verification.

Core Features & Use Cases

  • Issue-driven routing: maps issue size and flags to patch or PR workflows.
  • Worktree and version-control automation: manages enter/exit worktrees, branch creation, and label transitions.
  • Spec-driven implementation: loads and interprets specs, loads steering and domain guidance, and implements accordingly.
  • Test and verification integration: runs tests and validates syntax, with auto-resolve paths for non-interactive modes.

Quick Start

Run /code <ISSUE_NUMBER> to begin implementing the corresponding GitHub issue using size-based routing and automated workflow.

Frequently Asked Questions about code

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

FAQPage Schema
How do I automate turning GitHub issues into code work items?

Automate GitHub issue implementation by running /code <ISSUE_NUMBER>, which maps issue size and flags to patch or PR workflows, manages worktrees, and executes tests end-to-end.

What is issue-driven workflow automation for software projects?

Issue-driven workflow automation maps GitHub issue sizes and flags to patch or PR routes, managing branch creation, spec loading, and test execution without manual intervention.

How do I manage git worktrees and branches for issue-driven development?

Automated helper scripts manage entering and exiting worktrees, branch creation, and label transitions to streamline issue-driven development workflows.

Can I run tests and validate syntax automatically when implementing from a GitHub issue?

Yes, test and verification integration runs tests and validates syntax automatically, including auto-resolve paths for non-interactive modes during issue implementation.

Does this issue-driven code automation support patch and PR routing based on issue size?

Yes, issue-driven routing evaluates issue size and flags to automatically determine whether to execute a patch workflow or a PR workflow for the implementation.

Do I need to manually load specs and domain guidance when implementing GitHub issues?

No, spec-driven implementation automatically loads and interprets specs alongside steering and domain guidance to implement code according to project requirements.