← ClaudeAtlas

prlisted

PR the active ticket branch — simplify → test → commit → push → create PR → review (CodeRabbit, Greptile, or Claude /code-review). Backend via [pr_review] in .project-conf.toml (default coderabbit). Loops on 🔴/🟡 findings (fix → simplify → commit → re-poll) until clean. ⚪ findings presented for human judgment. Posts a ticket comment linking back to the PR/review once it runs (any backend).
iansmith/slopstop · ★ 0 · Code & Development · score 53
Install: claude install-skill iansmith/slopstop
# /slopstop:pr ## Project scope Read `.project-conf.toml` from cwd; if absent, fall back to the main worktree at `dirname "$(git rev-parse --git-common-dir)"`. Set `$PREFIX` (`prefix` field), `$SYSTEM` (`system` field). Stop with a clear error if `prefix` is absent; stop if it doesn't match `^[A-Za-z][A-Za-z0-9]*$`. Only operate on `$PREFIX-\d+` branches. Resolve `$TRACKING_DIR` and `$ARCHIVE_DIR` **together**, via the shared resolution ladder: → Read `~/.claude/commands/slopstop-start-refs/tracking-dir-resolution.md` Missing from both: stop with `"No .project-conf.toml in cwd or main worktree. Run /slopstop:gh-init or create the file manually with system + key."` ## Autonomous mode If `[autonomous] enabled = true`: prompts skipped per **Autonomous behavior** at the bottom; otherwise unchanged. ## Arguments - `--base <branch>` — override the PR target (default: the repo's default branch). - `--no-simplify` — skip Step 1's simplify pass. - `--no-test` — skip Step 2's test run **and** Step 2e's slop gate. Does **not** skip Step 2d; no flag does. - `--no-adversary` — skip Step 2e only. Does **not** skip Step 2d. - `--no-poll` — skip the review step (Step 6) entirely. - `--inline` — run simplify (Step 1), slop detection (Step 2e) and Claude code review (Step 6-claude) without spawning sub-agents; all reasoning executes in the current context. Use when `:pr` runs inside a delegated worktree agent, where sub-agent completion notifications route to the top-level loop instead