tobihagemann/turbo

A composable dev process for agentic coding harnesses, packaged as modular skills. Turbo has sibling editions for Claude Code and Codex.

This repository also configures its own agents. See what turbo tells them →

402Stars on the repository
81Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

reply-to-pr-threads

49

tobihagemann/turbo

Skill Claude CodeCodex

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

not rated 402 3d ago A SkillSpector: warn 71 tokens original MIT

resolve-findings

50

tobihagemann/turbo

Skill Claude CodeCodex

Choose an implementation path (direct or plan) for evaluated findings and dispatch it. Direct path applies fixes directly; plan path runs /turboplan. Use after /evaluate-findings has tagged findings and they need to be implemented, or when the user asks to "resolve findings", "apply evaluated findings", or "dispatch…

not rated 402 changed 9d ago A SkillSpector: warn 72 tokens original MIT

resolve-pr-comments

51

tobihagemann/turbo

Skill Claude CodeCodex

Evaluate, fix, answer, and reply to GitHub pull request review comments and conversation comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR…

not rated 402 changed 5d ago A SkillSpector: warn 95 tokens original MIT

tobihagemann/turbo

Skill Claude CodeCodex

Detect agentic coding infrastructure in a project: CLAUDE.md, AGENTS.md, installed skills, MCP servers, hooks, and cross-tool compatibility (Claude Code and Codex CLI). Returns structured findings about agentic readiness without applying changes. Use when the user asks to "review agentic setup", "check agentic setup"…

not rated 402 3d ago A SkillSpector: warn 95 tokens original MIT

review-code

53

tobihagemann/turbo

Skill Claude CodeCodex

Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage gaps by running internal reviews and a peer review in parallel and returning combined findings. Single-concern with a type argument, or full review with no argument. Use when the user asks to "review…

not rated 402 changed 5d ago A SkillSpector: pass 144 tokens original MIT

review-dependencies

54

tobihagemann/turbo

Skill Claude CodeCodex

Detect package managers and CI action pins, then discover outdated or vulnerable dependencies. Returns structured findings without upgrading. Use when the user asks to "review dependencies", "check for outdated packages", "check dependencies", "scan dependencies", "dependency review", "check for outdated GitHub…

not rated 402 changed 3d ago A SkillSpector: pass 71 tokens original MIT

review-plan

55

tobihagemann/turbo

Skill Claude CodeCodex

Review a plan by running internal reviews and a peer review in parallel and returning combined findings. Use when the user asks to "review my plan", "check my plan", "critique my plan", or wants feedback on a plan.

not rated 402 changed 5d ago A SkillSpector: pass 50 tokens original MIT

review-pr

56

tobihagemann/turbo

Skill Claude CodeCodex

Review a pull request by fetching PR comments, running a comprehensive code review, evaluating findings, and dispatching to implementation. Use when the user asks to "review PR", "review pull request", "review this PR", "check PR before merging", or "full PR review".

not rated 402 3d ago A SkillSpector: warn 59 tokens original MIT

review-tooling

57

tobihagemann/turbo

Skill Claude CodeCodex

Detect what dev tooling infrastructure a project has and flag gaps across linters, formatters, pre-commit hooks, test runners, and CI/CD pipelines. Returns structured findings without applying changes. Use when the user asks to "review tooling", "check project tooling", "what tooling is missing", "review dev…

not rated 402 3d ago A SkillSpector: pass 74 tokens original MIT

self-improve

58

tobihagemann/turbo

Skill Claude CodeCodex

Extract lessons from the current session, or sweep the project's past sessions when asked, and route them to the appropriate knowledge layer (project AGENTS.md, auto memory, existing skills, or new skills). Use when the user asks to "self-improve", "distill this session", "distill past sessions", "sweep past…

not rated 402 changed 5d ago A SkillSpector: warn 125 tokens original MIT

quick-finalize

59

tobihagemann/turbo

Skill Claude CodeCodex

Close out a change without the deep review loop: stage, simplify code and docs, run the project's checks, smoke test, update the changelog, self-improve, and ship. Use when the user asks to "quick finalize", "quickly finalize", "finalize quickly", "light finalize", "wrap this up quickly", "close this out without the…

not rated 402 3d ago A SkillSpector: warn 89 tokens original MIT

run-checks

60

tobihagemann/turbo

Skill Claude CodeCodex

Run the project's full verification gate: every check the project defines as a pass/fail condition, built from its CI config, check scripts, and configured tools, or from a formatter-linter-test baseline when it declares none. Use when the user asks to "run checks", "run the verification gate", "run lint and tests"…

not rated 402 changed 3d ago A SkillSpector: pass 96 tokens original MIT

ship

61

tobihagemann/turbo

Skill Claude CodeCodex

Commit, push, and optionally create or update a PR for the current staged changes. Use when the user asks to "ship", "ship it", "ship changes", "commit push and PR", or "ship this".

not rated 402 3d ago A SkillSpector: warn 47 tokens original MIT

simplify-all

62

tobihagemann/turbo

Skill Claude CodeCodex

Run the code and documentation simplification passes together over one scope, launching every review agent concurrently before applying a single round of fixes. Use when the user asks to "simplify all", "simplify everything", "simplify code and docs", "clean up code and docs", "run both simplify skills", or "simplify…

not rated 402 3d ago A SkillSpector: pass 76 tokens original MIT

simplify-code

63

tobihagemann/turbo

Skill Claude CodeCodex

Run a multi-agent review of changed files for scope, reuse, quality, efficiency, clarity, and altitude issues followed by fixes. Use when the user asks to "simplify code", "review changed code", "check for code reuse", "review code quality", "review efficiency", "simplify changes", "clean up code", "refactor changes"…

not rated 402 changed 3d ago A SkillSpector: pass 81 tokens original MIT

simplify-docs

64

tobihagemann/turbo

Skill Claude CodeCodex

Run a multi-agent review of code comments and markdown documentation for unnecessary content, then fix the issues. Covers comments that misdescribe the code, what-restating comments, name-mirroring doc comments, status-update prose, and other documentation noise. Use when the user asks to "simplify docs", "simplify…

not rated 402 changed 5d ago A SkillSpector: pass 106 tokens original MIT

smoke-test

65

tobihagemann/turbo

Skill Claude CodeCodex

Launch the app and hands-on verify that it works by interacting with it. Falls back to an existing integration test suite when there is no interactive surface in scope. Use when the user asks to "smoke test", "test it manually", "verify it works", "try it out", "run a smoke test", "check it in the browser", or "does…

not rated 402 changed 5d ago A SkillSpector: pass 88 tokens original MIT

split-and-ship

66

tobihagemann/turbo

Skill Claude CodeCodex

Execute an approved split plan, shipping each change group separately as its own branch and PR or as sequential commits on the current branch. Use when the user asks to "split and ship", "ship the split plan", "create separate PRs", or "split changes into branches".

not rated 402 3d ago A SkillSpector: warn 61 tokens original MIT

stage-commit-push

67

tobihagemann/turbo

Skill Claude CodeCodex

Stage files, create a commit, and push in one step. Use when the user asks to "stage commit and push", "add commit and push", "commit and push", or "commit and push my changes".

not rated 402 3d ago A SkillSpector: pass 50 tokens original MIT

stage-commit

68

tobihagemann/turbo

Skill Claude CodeCodex

Stage files and create a commit in one step with a message matching existing commit style. Use when the user asks to "stage and commit", "add and commit", "commit my changes", or "commit these changes".

not rated 402 3d ago A SkillSpector: pass 48 tokens original MIT

stage

69

tobihagemann/turbo

Skill Claude CodeCodex

Stage implementation changes for commit with precise file selection. Use when the user asks to "stage changes", "stage files", "add files to staging", or "prepare changes for commit".

not rated 402 3d ago A SkillSpector: pass 39 tokens original MIT

survey-patterns

70

tobihagemann/turbo

Skill Claude CodeCodex

Survey the codebase for analogous features, reusable utilities, and existing patterns relevant to a proposed change, reading any source the task names outside this repo. Returns structured findings without writing code. Use when the user asks to "survey patterns", "find existing patterns", "look for analogous…

not rated 402 3d ago A SkillSpector: pass 87 tokens original MIT

turboplan

71

tobihagemann/turbo

Skill Claude CodeCodex

Analyze task complexity and route to a mode by artifact: direct fix for clear-scope changes, or a plan file when the approach needs to be written down. Use when the user asks to "turboplan", "run turboplan", "plan this task", "turbo plan mode", "plan and implement", or "use turboplan instead of plan mode".

not rated 402 3d ago A SkillSpector: pass 78 tokens original MIT

understand-change

72

tobihagemann/turbo

Skill Claude CodeCodex

Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why/what/how, and quizzing until mastery. The active counterpart to a one-shot explanation. Use when the user asks to "understand this change", "teach me this change", "help me understand what changed"…

not rated 402 3d ago A SkillSpector: pass 96 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: