work

Automate GitHub issue implementation with branch creation and pull requests.

2|3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/psd401/psd-claude-coding-system --skill work-psd401
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/psd401/psd-claude-coding-system/tree/main/plugins/psd-claude-coding-system/skills/work
Command: npx skills add https://github.com/psd401/psd-claude-coding-system --skill work-psd401

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the end-to-end process of turning GitHub issues and quick fixes into working code by automating planning, branching, research, implementation, validation, and PR creation.

Core Features & Use Cases

  • Determine work type (issue or quick fix) and fetch full context via GitHub.
  • Auto-create a feature or fix branch on the repository's default branch.
  • Invoke parallel research with agents for learnings, codebase research, external validation, git history, test strategy, domain guidance, security review, and UX considerations.
  • Implement changes with incremental commits, type-safe code, and local tests.
  • Validate changes with agent-driven reviews and automatically open a PR for review.

Quick Start

Install the plugin and start a new task with a natural language description:

  • /work 347
  • or /work "fix login timeout on the session management module"

Frequently Asked Questions about work

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?

Automate GitHub issue implementation by invoking the Skill with an issue number or description. It automatically creates a feature branch, researches context through agents, implements changes with incremental commits, runs local tests, and opens a pull request for review—eliminating manual planning and branching steps.

Can I use this to handle both GitHub issues and quick fixes in one workflow?

Yes. The Skill detects work type automatically—whether it's a tracked GitHub issue or a quick fix—and applies the same end-to-end pipeline: branch creation, parallel research, implementation, validation, and PR submission for both patterns.

What happens during the research phase before code implementation?

The Skill invokes parallel agent-driven research covering learnings, codebase structure, external validation, git history, test strategy, domain guidance, security review, and UX considerations. This gathers context and constraints before implementation begins, reducing rework and catching edge cases early.

Does branch management happen automatically, or do I create branches manually?

Branch management is automatic and mandatory. The Skill creates a feature or fix branch from the repository's default branch without manual intervention, enforcing consistent naming and preventing accidental commits to main.

How does this integrate with pull request review workflows?

After implementation and validation, the Skill automatically opens a pull request with structured commits and review-ready code. You review the PR as normal; the Skill handles the mechanical creation and formatting, not the approval decision.

What if I need to fix something that's not a tracked GitHub issue?

The Skill supports quick fixes as a first-class work type. Describe the fix in natural language—for example, 'fix login timeout on the session management module'—and it follows the same automated pipeline as tracked issues, including branch creation and PR submission.