Skills LLM workflows 12 skills · synced Jun 28, 2026, 1:21 PM Install all npx skills add adiutama/skills --all Copy Requires gh CLI authenticated to GitHub, and jq. address-pr-feedback Triage PR feedback until clear—fetch, select, fix, push, notify humans, refresh. Session under .agents/artifacts/.../address-pr-feedback/ (project-local; global fallback). --fetch-only for verify-only. → Slack MCP enabled on the agent; jq; git for code fixes. handle-on-call On-call from Slack paste—ack thread, triage, confirm, fix or skip, push, close loop. Session under .agents/artifacts/.../handle-on-call/ (project-local; global fallback). Posts via Slack MCP. → Requires git for artifact paths; jq and bash for session scripts. hmmm Durable thinking session—frame, delegated discovery, synthesis, options. Parent holds the question and ledger; subagents hold codebase reads and web research. Use when the user says hmmm followed by a question, or needs to think through a design without bloating chat. → refactor-safely Beauty-first, safety-first refactor—reversible passes, behavior preserved. Clarity up; drift down. → refine-skill Refine skill docs and prompts—prose lean, logic in scripts. Continue, complete, or oblivion when promises break. Use for paths or text to tighten or distill. → Requires a git repository. review-changes Review local git changes before pushing. Catches problems early so the PR process is smoother. Saves a persistent session under .agents/artifacts/.../review-changes/ when gitignored, else ~/.agents/artifacts/ (see `<SKILL_DIR>/scripts/artifacts.sh` allocate). → Requires a git repository. review-diff Skeptical pre-push review—shippable before the PR exists. Session under .agents/artifacts/.../review-diff/ (project-local; global fallback). → Requires gh CLI authenticated to GitHub, and jq. review-pr Skeptical PR review—stance, findings, session on disk. Reads before merge; never posts to GitHub. → Requires a git repository. review-workspace Skeptical pre-push review of local git changes — catches shippability issues before the PR. Session under .agents/artifacts/.../review-workspace/ when gitignored, else ~/.agents/artifacts/ (see `<SKILL_DIR>/scripts/artifacts.sh` allocate). → Requires a git repository. scan-blast-radius Blast-radius before commit—rings, glue, parallel, verdict. One edit; trace what else breaks. Session under .agents/artifacts/.../scan-blast-radius/ (project-local; global fallback). → Requires gh CLI authenticated to GitHub, and jq. submit-pr-review Submit saved review to GitHub—paste blocks inline, approve or request-changes via gh. Resolves session artifacts on disk. → Requires git for artifact paths; jq and bash for session scripts. work-until Work until a condition holds—handoff, subagents, verify. Parent holds the clause; workers hold the work. Resume with confirmation; not for timed schedules. →