Claude Skills · DevOps & Infrastructure

Branch Workflow

ToruAI/toru-claude-agents

Branch and commit conventions that keep an agent's work reviewable — one branch per task, main stays clean, nothing force-pushed.

★ 15 Synced 4 hours ago View SKILL.md

At a glance

This skill is for DevOps & Infrastructure and helps you set up a branch naming convention, create reviewable commit history, and organize work across feature branches.

Install /plugin marketplace add ToruAI/toru-claude-agents /plugin install branch-workflow
Can use Not declared by the author
Good for set up a branch naming conventioncreate reviewable commit historyorganize work across feature brancheskeep main branch cleanestablish force-push safeguards

gitbranchingCommit Hygienecode-reviewagent-workflow

Also in ToruAI/toru-claude-agents

View the repo
Cc Docs Productivity

Look up how Claude Code itself works — hooks, skills, subagents, MCP, plugins, settings — from the official docs, so answers come from the c...

Design better agents, skills and hooks for Claude Code, checking the current spec instead of guessing at fields.

Dev Cycle Coding

Run a feature end to end — scout the code, plan it, build it, and keep a session file so a closed terminal doesn't lose the thread.

Dev Finish Coding

Close out a session — summarise what changed, capture what was learned, and prepare the commit.

Dev Full Auto Coding

Hand over a spec and walk away — plans, builds, tests and audits on its own, stopping only at a real blocker.

Dev Qa Code Review & Testing

Run the project's own tests, linter, type checker and build, and report what actually failed.

Dev Rc Code Review & Testing

The last gate before merge — QA, security audit, review and changelog, with objective pass conditions.

Dev Security Code Review & Testing

Audit the code for vulnerabilities, leaked secrets and risky dependencies before it ships.

Megg Learn Productivity

Save a project fact, decision or gotcha so your next session already knows it.

Megg State Productivity

Hand off an unfinished session to the next one — what's done, what's next, what's blocked.

My Projects Productivity

Navigate your projects. Get context, paths, status. Use when needing project overview or finding specific work.

Openspec Workflow Code Review & Testing

Write the spec before the code, then check the built thing against it — so agents build what was agreed, not what they invented.

Other DevOps & Infrastructure skills

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup Pre Commit mattpocock/skills

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...

Wizard mattpocock/skills

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...

Debian Linux Triage github/awesome-copilot

Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.