sanmak/specops

Make your AI agent think before it codes.

49Stars on the repository
19Mods indexed here, across every type
29d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commit

01

sanmak/specops

Command Claude Code

Auto-stage, review, and commit all changes with a conventional commit message.

49 29d ago A 0 tokens original MIT

core-review

02

sanmak/specops

Command Claude Code

Review code changes against SpecOps project-specific patterns. Catches recurring failure modes from real PRs — tool abstraction violations, generated file drift, cross-platform gaps, variable inconsistencies, and more. Complements full-review-gate (generic quality) and pr-fix (applying bot comments).

49 29d ago A 0 tokens original MIT

docs-sync

03

sanmak/specops

Command Claude Code

Check for stale documentation after code changes and propose updates for approval.

49 29d ago A 0 tokens original MIT

full-review-gate

04

sanmak/specops

Command Claude Code

Perform a comprehensive repository code review in an isolated worktree. Fix P0/P1 findings and ship them as a PR targeting the current branch.

49 29d ago A 0 tokens original MIT

monitor

05

sanmak/specops

Command Claude Code

Monitor GitHub Actions CI status for the current branch. If any workflow fails, diagnose the failure, fix it, commit, push, and re-monitor — up to 3 cycles.

49 29d ago A 0 tokens original MIT

pr-fix

06

sanmak/specops

Command Claude Code

Fetch inline review comments from a GitHub PR, group by issue type, apply fixes, and push — all in an isolated git worktree. Supports watch submode for PR babysitting and all submode to fix every open PR with review comments.

49 29d ago A 0 tokens original MIT

pre-pr

07

sanmak/specops

Command Claude Code

Run a comprehensive pre-PR quality gate that chains existing quality tools into a single check. This catches issues that code review bots (CodeRabbit, Copilot, Greptile) would flag, reducing PR review noise by 62%.

49 29d ago A 0 tokens original MIT

push

08

sanmak/specops

Command Claude Code

Push the current branch to remote after validating all pre-push checks pass.

49 29d ago A 0 tokens original MIT

readme

09

sanmak/specops

Command Claude Code

Audit and rewrite a project README for maximum clarity, value proposition, and developer conversion, using principles from Steve Jobs, David Ogilvy, Seth Godin, Simon Sinek, Paul Graham, George Orwell, and Jeff Bezos.

49 29d ago A 0 tokens original MIT

release

10

sanmak/specops

Command Claude Code

Create a versioned release: update CHANGELOG, bump version, validate, commit, push, and publish a GitHub Release.

49 29d ago A 0 tokens original MIT

resolve-conflicts

11

sanmak/specops

Command Claude Code

Resolve merge conflicts on a GitHub PR by merging the base branch into the PR branch in an isolated git worktree, with JSON/markdown-aware conflict resolution.

49 29d ago A 0 tokens original MIT

resume-plan

12

sanmak/specops

Command Claude Code

Resume a previously created plan — discovers plan files, syncs with latest main, and presents the plan ready for implementation.

49 29d ago A 0 tokens original MIT

ship-pr

13

sanmak/specops

Command Claude Code

Commit all changes to a new branch, push, and open a PR for review. The original branch stays clean.

49 29d ago A 0 tokens original MIT

ship

14

sanmak/specops

Command Claude Code

Commit all changes and push to remote in one operation (combines /commit and /push).

49 29d ago A 0 tokens original MIT