Source

tobihagemann/turbo

96 skills · 872 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
find-dead-code Find dead code using parallel subagent analysis and optional CLI tools, treating code only referenced from tests as d…
tobihagemann/turbo
38
2
simplify-code Run a multi-agent review of changed files for scope, reuse, quality, efficiency, clarity, and altitude issues followe…
tobihagemann/turbo
30
3
smoke-test Launch the app and hands-on verify that it works by interacting with it. Falls back to an existing integration test s…
tobihagemann/turbo
28
4
investigate Systematically investigate bugs, test failures, build errors, performance issues, or unexpected behavior by cycling t…
tobihagemann/turbo
26
5
self-improve Extract lessons from the current session, or sweep the project's past sessions when asked, and route them to the appr…
tobihagemann/turbo
26
6
evaluate-findings Critically assess external feedback (code reviews, AI reviewers, PR comments) and decide which suggestions to apply u…
tobihagemann/turbo
25
7
commit-staged Commit already-staged changes with a message matching existing commit style. Use when the user asks to "commit staged…
tobihagemann/turbo
24
8
create-pr Create a GitHub pull request with a drafted title and description. Use when the user asks to "create a PR", "create a…
tobihagemann/turbo
24
9
finalize Run the post-implementation quality assurance workflow including tests, code polishing, review, and commit. Use when …
tobihagemann/turbo
24
10
resolve-pr-comments Evaluate, fix, answer, and reply to GitHub pull request review comments and conversation comments. Handles both chang…
tobihagemann/turbo
23
11
code-style Enforce existence, reuse, mirror, and symmetry principles to keep new code minimal and consistent with surrounding co…
tobihagemann/turbo
22
12
create-skill Create a new skill or update an existing skill that extends Claude's capabilities with specialized knowledge, workflo…
tobihagemann/turbo
22
13
fetch-pr-comments Fetch and summarize review feedback and conversation from a GitHub PR (unresolved review threads, review bodies, and …
tobihagemann/turbo
22
14
note-improvement Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement",…
tobihagemann/turbo
22
15
peer-review Run an independent peer review via Codex. Use when the user asks to "peer review", "peer review my code", "peer revie…
tobihagemann/turbo
21
16
review-pr Review a pull request by fetching PR comments, running a comprehensive code review, evaluating findings, and dispatch…
tobihagemann/turbo
21
17
stage-commit Stage files and create a commit in one step with a message matching existing commit style. Use when the user asks to …
tobihagemann/turbo
21
18
update-pr Update an existing GitHub pull request's title and description to reflect the current state of the branch. Use when t…
tobihagemann/turbo
21
19
update-turbo Update installed Turbo skills from the local repo with a dynamic changelog, conflict resolution for customized skills…
tobihagemann/turbo
21
20
create-spec Guide a collaborative discussion that produces a comprehensive specification document at .turbo/spec.md. Use when the…
tobihagemann/turbo
19
21
pick-next-prompt Pick the next prompt from .turbo/prompts.md and plan its implementation. Use when the user asks to "pick next prompt"…
tobihagemann/turbo
19
22
codex Run AI-powered code review and autonomous task execution using the codex CLI. Use when the user asks to "review code …
tobihagemann/turbo
18
23
create-prompt-plan Decompose a specification file into context-sized implementation prompts. Use when the user asks to "create a prompt …
tobihagemann/turbo
17
24
oracle Consult ChatGPT Pro via ChatGPT browser automation for problems that resist standard approaches. Use when stuck on a …
tobihagemann/turbo
17
25
review-feature-branch Orchestrate a comprehensive feature branch review with AI code review, findings evaluation, and optional finalization…
tobihagemann/turbo
17
26
review-code Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage…
tobihagemann/turbo
15
27
github-voice Shared writing style rules for GitHub-facing output (PR comments, PR descriptions, PR titles, issues, design proposal…
tobihagemann/turbo
12
28
plan-implementation Decompose work into well-sized, well-ordered implementation units and plan each one thoroughly. Use when the user ask…
tobihagemann/turbo
12
29
update-npm-deps Intelligently upgrade npm dependencies with breaking change research for major version updates. Use when the user ask…
tobihagemann/turbo
11
30
code-review Analyzes a diff for bugs, security issues, and correctness problems using strict determination criteria. Returns stru…
tobihagemann/turbo
8
31
capture-context Scan the current session and write a self-contained Session Context section into the plan file, preserving accumulate…
tobihagemann/turbo
7
32
commit-rules Shared commit message rules and technical constraints referenced by /stage-commit and /commit-staged. Not typically i…
tobihagemann/turbo
7
33
consult-oracle Consult ChatGPT Pro via ChatGPT browser automation for problems that resist standard approaches. Use when stuck on a …
tobihagemann/turbo
6
34
map-codebase Deep architecture report that fans out parallel inspections across different aspects of the codebase (structure, tech…
tobihagemann/turbo
6
35
review-plan Review a planning artifact (plan, shells, or spec) by running internal reviews and a peer review in parallel and retu…
tobihagemann/turbo
6
36
apply-findings Apply findings by making the suggested code changes. Applies accepted verdicts, escalates ambiguous findings to the u…
tobihagemann/turbo
5
37
changelog-rules Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typicall…
tobihagemann/turbo
5
38
create-changelog Create a CHANGELOG.md following keepachangelog.com conventions with version history backfilled from GitHub releases o…
tobihagemann/turbo
5
39
draft-plan Produce an implementation plan at .turbo/plans/<slug>.md. Use when the user asks to "draft a plan", "draft the plan",…
tobihagemann/turbo
5
40
exploratory-test Execute multi-level exploratory testing of the app covering basic functionality, complex operations, adversarial test…
tobihagemann/turbo
5
41
pick-next-shell Pick the next shell whose dependencies are satisfied and carry it through planning: expand, refine, self-improve, hal…
tobihagemann/turbo
5
42
polish-code Stage, format, lint, test, review, smoke test, and re-run itself until stable. Use when the user asks to "polish code…
tobihagemann/turbo
5
43
refine-plan Iteratively review and revise a planning artifact until no new findings survive evaluation. Supports plans, shells, a…
tobihagemann/turbo
5
44
review-dependencies Detect package managers and discover outdated or vulnerable dependencies. Returns structured findings without upgradi…
tobihagemann/turbo
5
45
update-changelog Update the Unreleased section of CHANGELOG.md based on current changes. No-op if CHANGELOG.md does not exist. Use whe…
tobihagemann/turbo
5
46
update-dependencies Upgrade project dependencies with breaking change research for major version updates. Use when the user asks to "upda…
tobihagemann/turbo
5
47
answer-reviewer-questions For each reviewer question on a PR, recall implementation reasoning and compose a raw answer. Use when the user asks …
tobihagemann/turbo
4
48
audit Project-wide health audit pipeline that fans out to all analysis skills in parallel, evaluates findings, and produces…
tobihagemann/turbo
4
49
codex-exec Run autonomous task execution using the codex CLI. Use when the user asks to "codex exec", "run codex exec", "execute…
tobihagemann/turbo
4
50
codex-review Run AI-powered code review using the codex CLI. Use when the user asks to "codex review", "run codex review", or "rev…
tobihagemann/turbo
4
Page 1 · 96 total Next