Skip to main content

Claude Devflow

Overview

Claude Devflow is a Claude Code plugin that extends the editor with 24 developer workflow skills. It installs via the Claude plugin system and skills are available as /devflow:<skill-name>. Covers the full dev lifecycle: writing conventional commits, generating PR descriptions from git history, drafting standup updates, creating Jira-style tickets, generating HLD and LLD design documents, automating GitHub issue resolution end-to-end, reviewing code with severity-rated feedback, and resolving merge conflicts via rebase.

Skills Included

Skills are invoked as /devflow:<skill-name> inside Claude Code.

Writing & Communication

  • /devflow:tldr — Shorten tech-heavy text into plain English for a non-technical manager
  • /devflow:email — Turn rough notes into a polished professional email
  • /devflow:action-items — Extract action items from meeting notes or a wall of text
  • /devflow:standup — Turn rough notes into a standup update
  • /devflow:standup-git — Generate a standup update from yesterday's git commits

Planning & Design

  • /devflow:decision — Format a description into a structured Architecture Decision Record (ADR)
  • /devflow:hld — Generate a High Level Design document and write it to design/
  • /devflow:lld — Generate a Low Level Design document; pass --hld to derive from an existing HLD
  • /devflow:implement-lld — Read an LLD file and apply the code changes it describes
  • /devflow:jira-ticket — Turn a rough description into a Jira/Linear-style ticket with acceptance criteria
  • /devflow:jira-ticket-git — Generate a ticket from current git changes or the last commit

Git Workflow

  • /devflow:commit — Generate a conventional commit message and apply it immediately
  • /devflow:create-branch — Create a branch named to match the current uncommitted changes
  • /devflow:changelog — Generate or update a changelog from commits since the last git tag
  • /devflow:pr — Generate a PR title and description from a summary or diff
  • /devflow:resolve-conflicts — Rebase the current branch onto the target branch and resolve conflicts
  • /devflow:sync — Fetch and rebase the current branch onto the default branch

GitHub Automation

  • /devflow:create-pr-github — Create a GitHub PR from a text description
  • /devflow:create-pr-github-git — Create a GitHub PR deriving title and description from git history
  • /devflow:create-issue-github — Create a GitHub issue from a text description
  • /devflow:create-issue-branch-github — Create a branch linked to a GitHub issue
  • /devflow:fix-issue-github — Read a GitHub issue and apply code changes to resolve it
  • /devflow:fix-issue-github-auto — Fully automate resolving a GitHub issue: branch, fix, commit, and PR

Code Quality

  • /devflow:review — Review code or a diff and give structured feedback with severity levels

Technologies Used

Claude CodeClaude PluginGitHub CLIDeveloper ToolingAutomationShell