lugassawan

63 mods across 1 repository, 2 stars between them.

address-feedback

25

lugassawan/swe-workbench

Command

Help the PR owner address review feedback — fetches open threads, presents a per-thread triage (ADDRESSED / CLARIFIED / DEFERRED), applies fixes, commits, posts per-thread replies, and resolves review threads.

2 yesterday A 46 tokens original MIT

architect

26

lugassawan/swe-workbench

Command

Author an ADR, RFC, or cross-service contract via the architect subagent.

2 yesterday A 15 tokens original MIT

audit-codebase

27

lugassawan/swe-workbench

Command

Cold-start, time-boxed, multi-domain audit sweep — surfaces ranked findings with reasoning chains across security, performance, reliability, tooling, and testing.

2 yesterday A 29 tokens original MIT

capture

28

lugassawan/swe-workbench

Command

Capture an idea, improvement, or bug as a well-framed GitHub issue (works in any repo).

2 yesterday A 22 tokens original MIT

codebase-knowledge

30

lugassawan/swe-workbench

Command

Present a structured knowledge document for this codebase — architecture overview, module map, public API surfaces, and patterns. Knowledge-presentation only (no defect ranking). Use /swe-workbench:audit-codebase for defect sweeps; /swe-workbench:document for generating new prose docs.

2 yesterday A 60 tokens original MIT

converge

31

lugassawan/swe-workbench

Command

Run an unattended review→fix→re-review loop on the current branch until the reviewer has no findings at or above Medium, then push once. Findings stay in a local scratch file and are never posted to GitHub. Stops early on oscillation, a red test suite, or a 4-review cap.

2 yesterday A 62 tokens original MIT

debug

32

lugassawan/swe-workbench

Command

Diagnose a bug, failing test, or unexpected behavior — root-cause first, minimal fix, regression test. Performance-shaped symptoms (slow, latency, profiling) are routed to workflow-performance-investigation via one clarifying question.

2 yesterday A 46 tokens original MIT

design

33

lugassawan/swe-workbench

Command

Consult the senior-engineer subagent for an architectural decision.

2 yesterday A 11 tokens original MIT

doctor

34

lugassawan/swe-workbench

Command

Read-only preflight check of runtime dependencies (gh, git, jq, rimba, claude, python3) plus gh auth status and .claude/cache/ repo hygiene. Prints a green/red table; never modifies state. Exit 0 regardless of findings; exits 1 only if the swe-workbench-doctor command is not on PATH.

2 yesterday A 71 tokens original MIT

document

35

lugassawan/swe-workbench

Command

Generate or update documentation (README, ADR, ARCHITECTURE, inline comments) via the tech-writer subagent.

2 yesterday A 24 tokens original MIT

extend

36

lugassawan/swe-workbench

Command

Capture a mid-PR sub-idea and implement it onto the current open PR's branch — no new branch, no new PR. Preserves Verify → Review → Deliver.

2 yesterday A 35 tokens original MIT

handoff

37

lugassawan/swe-workbench

Command

Hand work to Claude Code or Pi through a bounded semantic checkpoint, resume or recover a checkpoint, inspect status, or close a completed handoff.

2 yesterday A 29 tokens original MIT

hotfix

38

lugassawan/swe-workbench

Command

Ship a fast branch-based P0 hotfix — diagnose, implement, open a ready-for-review PR, then verify + review after (deferred by design).

2 yesterday A 32 tokens original MIT

implement

39

lugassawan/swe-workbench

Command

Drive a feature implementation end-to-end from a ticket or spec — branch, plan, build, verify, review, deliver.

2 yesterday A 24 tokens original MIT

migrate

40

lugassawan/swe-workbench

Command

Invoke the migrator subagent to plan and execute a multi-deployment migration via expand → backfill → dual-write → switch → contract.

2 yesterday A 27 tokens original MIT

refactor

41

lugassawan/swe-workbench

Command

Invoke the refactorer subagent for a behavior-preserving refactor.

2 yesterday A 14 tokens original MIT

report-issue

42

lugassawan/swe-workbench

Command

File a plugin bug or feature request directly into lugassawan/swe-workbench from any directory.

2 yesterday B 19 tokens original MIT

review

43

lugassawan/swe-workbench

Command

Review the current git diff — auditor selected by --mode (general, security, a11y, deps, perf, tests, contributor-trust, ux) or auto-inferred from the diff when omitted. Pass a PR number to review a specific PR; use --check-followup to re-check a PR after the owner has addressed feedback.

2 yesterday A 72 tokens original MIT

security-review

44

lugassawan/swe-workbench

Command

Depth-first security audit of the current git diff — OWASP Top 10, secret leakage, insecure-by-default APIs, and language-specific foot-guns. Pass a PR number to audit a specific PR's diff.

2 yesterday A 43 tokens original MIT

sync

45

lugassawan/swe-workbench

Command

Bring the current branch up to date with the default branch — delegates the mechanical merge/rebase to rimba (or git), then walks through any conflicts file-by-file with a recommended resolution before applying. Never auto-pushes. Pass --rebase to rebase instead of merge. Pass --check-redundancy to also surface…

2 yesterday A 75 tokens original MIT

test

46

lugassawan/swe-workbench

Command

Invoke the test-writer subagent to add focused, behavioural tests in the target language's idiom. Pass --mode e2e (or --e2e) to run the browser-driven E2E pipeline instead, or --mode e2e-live for an ephemeral, human-watched browser walkthrough with no spec file written.

2 yesterday A 67 tokens original MIT

PreToolUse

47

lugassawan/swe-workbench

Hook

Runs before the agent uses a tool for Bash, Skill, Read, Edit, Write, Write, Edit, Bash, Edit and Write tool calls, executing bash_guard.sh, skill_usage_record.sh, worktree_permission_grant.sh, secret_guard.py and handoff_guard.py via bash (5 commands). From lugassawan/swe-workbench.

2 yesterday A tokens not measured copy · 58% MIT

PostToolUse

48

lugassawan/swe-workbench

Hook

Runs after a tool call finishes for Read, Edit and Write tool calls, executing skill_autoload_hint.sh via bash. From lugassawan/swe-workbench.

2 yesterday A tokens not measured original MIT