turbo
Composable planning, review, testing, and shipping workflows for coding
All Skills in This Repository (41)
Pure Emerald Level Indicatorsreview-feature-branch
Orchestrate AI code review, implementation confirmation, and optional finalization for feature branches.
create-prompt-plan
Decompose specification files into ordered implementation prompts with status tracking.
review-code
Run parallel code, security, and peer reviews with automated fixes and test verification.
stage-commit
Stage specified files and create a Git commit with a provided message.
update-turbo
Fetch remote instructions and guide users through updating installed Turbo skills.
commit-staged-push
Commit staged changes and push them to the current branch's remote.
self-improve
Extract durable lessons from AI development sessions and route them to knowledge layers.
investigate
Investigate software defects through characterize, isolate, hypothesize, and test steps.
note-improvement
Log out-of-scope improvement ideas into a project-specific `.turbo/improvements.md` file.
code-review
Analyze code diffs for bugs, security vulnerabilities, and correctness issues.
oracle
Consult ChatGPT Pro via browser automation for hard problems.
codex
Review code and execute tasks via the codex CLI with configurable permissions.
Frequently Asked Questions
FAQPage SchemaHow to install Turbo?โผ
Run `npx skills add tobihagemann/turbo --all -g -y` in your terminal to install all skills globally. Alternatively, ask your coding agent to read SETUP.md from the repo and follow the guided setup for your edition.
What does Turbo do for my coding workflow?โผ
It packages a complete dev process as modular skills: plan a task, implement it, run tests and code review, then commit and open a PR. Pipelines like finalize and audit chain these steps so nothing gets skipped.
Does Turbo work with Claude Code and Codex?โผ
Yes. It ships two parallel editions, one for Claude Code and one for Codex, with matching skills adapted to each harness's tools and vocabulary.
Can I swap out individual skills?โผ
Yes. Every skill is self-contained and communicates through standard interfaces like the git staging area, so you can replace any piece with your own version and the pipelines still work.
Do I need tests and linters set up to use Turbo?โผ
Turbo works out of the box, but it shines when your project has tests, linters, and pre-commit hooks, since the polish and finalize loops run them automatically. Without tests, the smoke-test skill can verify changes by driving the app directly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core