do-all-tasks
01Command
Process all tasks automatically using built-in task management.
A Claude Code skill for tracking and completing tasks from a markdown task list
Command
Process all tasks automatically using built-in task management.
Command
Process all tasks in parallel using a team of agents.
Command
Find and implement the next incomplete task using built-in task management.
Command
Import a Claude plan file into the built-in task list.
Command
Find all TODO and TASK comments and add them to the built-in task list.
Command
Remove obvious and redundant comments from all files.
Command
Remove obvious and redundant comments from uncommitted changes.
Command
Add appropriate emoji to make content more engaging.
Command
Scan code generator files for string concatenation blocks missing @formatter:off guards or broken by auto-formatting. Fix violations using the code-generation skill.
Command
Rewrite tests to use strict deep equality assertions.
Command
Remove git worktrees safely.
Command
Split local changes into multiple logical commits.
Command
Commit local changes to git.
Command
Fix all merge conflicts and continue the git rebase.
Command
Rebase all branches onto a configurable upstream branch.
Command
Rewrite every in-scope commit message (subject AND body) to a single line with git history reword.
Command
Split a branch with N commits into N branches with 1 commit each.
Command
Create a git worktree in a peer directory.
Command
Fix failing GitHub Actions for the current commit.