tobihagemanntobihagemannCommunityยท41 Agent Skills Included

turbo

Composable planning, review, testing, and shipping workflows for coding

Runs the full development lifecycle through composable skills: plan tasks, implement changes, review code, run tests, and ship pull requests. Eliminates repetitive prompting, missed review steps, and forgotten lessons by encoding each workflow as a reusable instruction file. Connects over 70 skills into pipelines like finalize and audit so multi-step quality checks run end to end with one command.
npx skills add tobihagemann/turbo --all -g -y
Available:

Explains the repository's dual-edition structure and tells the agent how skills compose into pipelines, where installed skills and configuration live, and which edition-specific rules to follow.

All Skills in This Repository (41)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

review-feature-branch

Orchestrate AI code review, implementation confirmation, and optional finalization for feature branches.

Community
Intermediate
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

create-prompt-plan

Decompose specification files into ordered implementation prompts with status tracking.

Community
Advanced
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

review-code

Run parallel code, security, and peer reviews with automated fixes and test verification.

Community
Advanced
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

stage-commit

Stage specified files and create a Git commit with a provided message.

Community
Basic
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

update-turbo

Fetch remote instructions and guide users through updating installed Turbo skills.

Community
Basic
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

commit-staged-push

Commit staged changes and push them to the current branch's remote.

Community
Basic
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

self-improve

Extract durable lessons from AI development sessions and route them to knowledge layers.

Community
Advanced
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

investigate

Investigate software defects through characterize, isolate, hypothesize, and test steps.

Community
Advanced
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

note-improvement

Log out-of-scope improvement ideas into a project-specific `.turbo/improvements.md` file.

Community
Basic
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

code-review

Analyze code diffs for bugs, security vulnerabilities, and correctness issues.

Community
Intermediate
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

oracle

Consult ChatGPT Pro via browser automation for hard problems.

Community
Advanced
๐Ÿ“ฆ In Repo
tobihagemanntobihagemann

codex

Review code and execute tasks via the codex CLI with configurable permissions.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’