tobihagemann

60 mods across 1 repository, 401 stars between them.

discuss-change

25

tobihagemann/turbo

Skill Claude CodeCodex

Align on the shape of a change through an interview, then implement it. Escalates open product decisions and settles the implementation shape in conversation. Use when the user asks to "discuss this change", "align on this change first", "ask me questions first", "interview me then implement", "agree on the approach…

401 2d ago A 88 tokens original MIT

draft-plan

26

tobihagemann/turbo

Skill Claude CodeCodex

Produce an implementation plan at .turbo/plans/ .md. Use when the user asks to "draft a plan", "draft the plan", "write an implementation plan", "plan this change", "create an implementation plan", or needs a first-draft plan file before refinement.

401 2d ago A 62 tokens original MIT

evaluate-findings

27

tobihagemann/turbo

Skill Claude CodeCodex

Critically assess external feedback (code reviews, AI reviewers, PR comments) and decide which suggestions to apply using adversarial verification. Use when the user asks to "evaluate findings", "assess review comments", "triage review feedback", "evaluate review output", or "filter false positives".

401 2d ago A 63 tokens original MIT

explain-this

28

tobihagemann/turbo

Skill Claude CodeCodex

Explain whatever the user is pointing at right now in plain language: a pending question, a piece of code, an error, a command output, or an artifact like a plan or findings report. Use when the user asks to "explain this", "what am I being asked", "what's happening right now", "help me understand this", "what does…

401 2d ago A 102 tokens original MIT

exploratory-test

29

tobihagemann/turbo

Skill Claude CodeCodex

Execute multi-level exploratory testing of the app covering basic functionality, complex operations, adversarial testing, and cross-cutting scenarios, plus usability observations through a UX lens reported separately from defects. Deeper than /smoke-test. Use when the user asks to "exploratory test", "test…

401 2d ago A 106 tokens original MIT

fetch-pr-comments

30

tobihagemann/turbo

Skill Claude CodeCodex

Fetch and summarize review feedback and conversation from a GitHub PR (unresolved review threads, review bodies, and PR conversation comments) without making changes. Use when the user asks to "fetch PR comments", "show PR comments", "check PR for unresolved comments", "list review comments", "what comments are on the…

401 2d ago A 83 tokens original MIT

finalize

31

tobihagemann/turbo

Skill Claude CodeCodex

Run the post-implementation quality assurance workflow including tests, code polishing, review, and commit. Use when the user asks to "finalize implementation", "finalize changes", "wrap up implementation", "finish up", "ready to commit", or "run QA workflow".

401 2d ago A 58 tokens original MIT

find-dead-code

32

tobihagemann/turbo

Skill Claude CodeCodex

Find dead code using parallel subagent analysis and optional CLI tools, treating code only referenced from tests as dead. Use when the user asks to "find dead code", "find unused code", "find unused exports", "find unreferenced functions", "clean up dead code", or "what code is unused". Analysis-only — does not modify…

401 2d ago A 78 tokens original MIT

frontend-design

33

tobihagemann/turbo

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build landing pages, websites, dashboards, web components, or any frontend UI. Generates creative, polished code that avoids generic AI aesthetics.

401 2d ago A 48 tokens original MIT

github-voice

34

tobihagemann/turbo

Skill Claude CodeCodex

Shared writing style rules for GitHub-facing output (PR comments, PR descriptions, PR titles, issues, design proposals). Differentiates insider vs outsider voice based on author association. Not typically invoked directly — loaded by other skills before composing GitHub text.

401 2d ago A 55 tokens original MIT

tobihagemann/turbo

Skill Claude CodeCodex

Validate improvements from .turbo/improvements.md, recommend a working set tailored to what's in the backlog, and run one lane: direct fixes, investigation, or planned work. One lane per session. Use when the user asks to "implement improvements", "work on improvements", "address improvements", "process improvement…

401 2d ago A 79 tokens original MIT

implement-plan

36

tobihagemann/turbo

Skill Claude CodeCodex

Execute an implementation plan file produced by /draft-plan or /turboplan. Runs pre-implementation prep, then runs /implement to execute the steps and finalize once they are all done. Use when the user asks to "implement plan", "implement the plan", "execute the plan", "run the plan", "implement plans/ .md", "start…

401 2d ago A 92 tokens original MIT

implement

37

tobihagemann/turbo

Skill Claude CodeCodex

Load code-style and task-specific skills, make the change described by the current context, then run post-implementation QA. Use for ad-hoc changes when no plan file or improvements backlog governs the work, and when the user asks to "just implement", "implement directly", "implement without a plan", or "apply the…

401 2d ago A 69 tokens original MIT

interpret-feedback

38

tobihagemann/turbo

Skill Claude CodeCodex

Interpret third-party feedback by running parallel internal and peer interpretations to surface intent, correctness concerns, and ambiguities. Use when the user asks to "interpret feedback", "interpret comments", "what does this feedback mean", "clarify reviewer intent", "understand this review", or "interpret these…

401 2d ago A 64 tokens original MIT

investigate

39

tobihagemann/turbo

Skill Claude CodeCodex

Systematically investigate bugs, test failures, build errors, performance issues, or unexpected behavior by cycling through characterize-isolate-hypothesize-test steps. Use when the user asks to "investigate this bug", "debug this", "figure out why this fails", "find the root cause", "why is this broken"…

401 2d ago A 107 tokens original MIT

map-codebase

40

tobihagemann/turbo

Skill Claude CodeCodex

Deep architecture report that fans out parallel inspections across different aspects of the codebase (structure, tech stack, APIs, patterns, data flow, dependencies, testing) and synthesizes findings into a comprehensive document at .turbo/codebase-map.md and .turbo/codebase-map.html. Use when the user asks to "map…

401 2d ago A 106 tokens original MIT

note-improvement

41

tobihagemann/turbo

Skill Claude CodeCodex

Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement", "save improvement", "track this for later", "remember this improvement", "note this idea", "log improvement", "backlog this", or "park this idea". Also invoke proactively when noticing something…

401 2d ago A 107 tokens original MIT

onboard

42

tobihagemann/turbo

Skill Claude CodeCodex

Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup, troubleshooting, and next-steps agents to produce a comprehensive guide at .turbo/onboarding.md and .turbo/onboarding.html. Use when the user asks to "onboard me", "onboard to this project", "generate…

401 2d ago A 92 tokens original MIT

peer-review

43

tobihagemann/turbo

Skill Claude CodeCodex

Run an independent peer review via Codex. Use when the user asks to "peer review", "peer review my code", "peer review my plan", "get a second opinion", or "independent review".

401 2d ago A 46 tokens original MIT

pick-next-issue

44

tobihagemann/turbo

Skill Claude CodeCodex

Fetch and rank open GitHub issues by community engagement, present the top 3 candidates, and plan implementation for the selected issue. Use when the user asks to "pick next issue", "next issue", "which issue should I work on", "top issues", "most popular issues", "prioritize issues", or "what should I work on next".

401 2d ago A 77 tokens original MIT

polish-code

45

tobihagemann/turbo

Skill Claude CodeCodex

Stage, format, lint, test, review, smoke test, and re-run itself until stable. Use when the user asks to "polish code", "refine code", "iterate on code quality", "review loop", "clean up, test, and review loop", or "run the polish loop".

401 2d ago A 67 tokens original MIT

preview

46

tobihagemann/turbo

Skill Claude CodeCodex

Stand up the project's live app and hand it to the user to try a change firsthand, then gate on their verdict before continuing. Use when the user asks to "preview the change", "let me try it", "spin up the app so I can test it", "set it up so I can poke at it", or before finalizing a UI/UX change that needs human…

401 2d ago A 81 tokens original MIT

prototype

47

tobihagemann/turbo

Skill Claude CodeCodex

Build a self-contained local prototype at .turbo/prototypes/ .html, drive it, and hand it to the user to settle unknowns that prose cannot answer. Use when the user asks to "prototype this", "build a prototype", "mock this up", "show me what it would look like", "let me try the interaction first", or when a decision…

401 2d ago A 88 tokens original MIT

recall-reasoning

48

tobihagemann/turbo

Skill Claude CodeCodex

Recall the reasoning behind a past change by locating the Claude Code transcript that produced it. Use when the user asks to "recall reasoning", "find reasoning", "look up reasoning", "recall implementation reasoning", "find the rationale", "why did I do X", "recall from transcripts", or "find the transcript for this…

401 2d ago A 76 tokens original MIT