skills/g/SKILL.md
Review uncommitted changes, organize into logical commits, and push to Git repo
npx skillsauth add ipswitch8/CC_tools gInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review ALL uncommitted changes with git status, organize related changes into logical commits, and push to Git repo. Alert user if unrelated uncommitted changes exist from previous work.
testing
Explicitly invoke planner first, then execute phased pipeline from registry shards
testing
Use agent karen to verify stated work was completed and tested properly
devops
Auto-detect task complexity, load registry shards, and execute with or without phased pipeline
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.