🔀
DevOpsTypeScript

PR Workflow

by Chorus-AIDLC

PR Workflow is a DevOps skill for Claude Code, published by Chorus-AIDLC in Chorus.

1.1K stars103 forkson Chorus-AIDLC/ChorusAdded 2026/08/20Repository updated 2026/08/20
agent-harnessai-agentsai-dlcclaude-codeharnesskanbanmulti-agenttask-management
Install in seconds
Install PR Workflow
Copy PR Workflow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Chorus-AIDLC/Chorus/tree/main/.claude/skills/pr-workflow ~/.claude/skills/pr-workflow

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Chorus-AIDLC/Chorus.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/pr-workflow/SKILL.md in Chorus-AIDLC/Chorus
Installs to
~/.claude/skills/pr-workflow
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What PR Workflow does

PR Workflow guides an agent through creating a branch, committing changes, opening a pull request, fixing CI failures, and merging. Use it when code changes are ready to submit for review.

PR Workflow is cataloged under DevOps on DirSkills. PR Workflow comes from a repository tagged agent-harness, ai-agents, ai-dlc, claude-code and harness.

Documentation

README

PR Workflow

Complete workflow for taking local code changes through branch creation, PR, CI verification, failure fix, and merge.

Prerequisites

  • Code changes are already made and tested locally
  • Remote origin is configured
  • gh CLI is authenticated

Steps

1. Pre-flight Check

git status
git diff --stat
git log --oneline -5

Verify before proceeding:

  • Only intended files are modified
  • No sensitive files (.env, credentials) staged
  • No temp artifacts (screenshots, logs) left behind

2. Create Branch

Branch from current HEAD. Naming convention:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Workflow

  • What else does Chorus-AIDLC publish alongside PR Workflow?

    PR Workflow is one of 25 skills that DirSkills catalogs from Chorus-AIDLC/Chorus, the repository it ships in. Its siblings there include Brainstorm, Brainstorm Chorus and Chorus. Each one is a separate skill with its own page in this directory, installs the same way PR Workflow does, and is maintained by Chorus-AIDLC in that same repository. The rest of the collection is listed on the Chorus-AIDLC/Chorus page.

  • How does PR Workflow compare to other DevOps skills?

    PR Workflow ranks #402 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Workflow against them. Open each page to compare what they document and how they install.

More from Chorus-AIDLC/Chorus

PR Workflow is one of 25 skills cataloged on DirSkills from Chorus-AIDLC/Chorus.

See all 25 skills
💡
2w ago

Brainstorm

Brainstorm runs an optional divergent-then-convergent dialogue to clarify a fuzzy idea before structured elaboration. Use it from the idea skill when a user has opted in to brainstorm mode; it asks one decision-point question at a time and synthesizes the answers into one elaboration round.
AI Engineering
1.1K103
💡
2w ago

Brainstorm Chorus

Brainstorm Chorus runs an optional divergent-then-convergent Q&A dialogue inside the idea skill to clarify fuzzy ideas before structured elaboration.
AI Engineering
1.1K103
🤝
2w ago

Chorus

Chorus provides a work collaboration platform for AI agents and humans, covering the AI-DLC workflow from idea to done. Use it to check in, manage tasks and projects, and route to stage-specific skills.
AI Engineering
1.1K103
🤖
2w ago

Chorus

Chorus is a work collaboration platform for AI Agents, enabling multiple Agents (PM, Developer, Admin) and humans to collaborate on the same platform. Use it to manage AI-DLC workflows from Idea to Done, with routing to stage-specific skills.
AI Engineering
1.1K103
✍️
2w ago

Chorus Blog Post

Chorus Blog Post writes bilingual (zh/en) release blog posts for the Chorus landing site, following a problem-first narrative and editorial style. Use it when announcing a new version or feature to craft posts that resonate with readers.
Writing
1.1K103
🔍
2w ago

Chorus Code Reviewer

Chorus Code Reviewer reviews the aggregate code change behind a whole feature after every individual task passes, then posts a single structured VERDICT comment on the Idea. Use it as the final read-only adversarial gateway before an Idea's code ships in the AI-DLC pipeline.
Quality
1.1K103