7320 results (48.3ms) page 7 / 366
julianobarbosa / claude-code-skills-git-advanced-workflows exact

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories,...

ovachiever / droid-tings-git-advanced-workflows exact

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories,...

daffy0208 / ai-dev-standards-codex-review-workflow exact

Automated code review workflow using OpenAI Codex CLI. Implements iterative fix-and-review cycles until code passes validation or reaches iteration limit. Use when building features requiring...

YPares / agent-skills-jj-todo-workflow exact

Structured TODO commit workflow using JJ (Jujutsu). Use to plan tasks as empty commits with [task:*] flags, track progress through status transitions, manage parallel task DAGs with dependency...

khvysofq / refactor-skills-for-tests-testability-refactoring-workflow exact

Systematically refactor complex C/C++ projects to improve testability. Use when asked to refactor legacy code, establish test baselines, analyze project structure, improve code testability, add...