Back to authors
arjenschwarz

arjenschwarz

29 Skills published on GitHub.

blitz-merge

Batch-fix all open bugs in parallel, iterate on PR reviews until clean, then squash-merge each PR sequentially. Extends bug-blitz with automated review cycles and merge. Fetches bug-type tasks from Transit, creates worktrees, spawns parallel fix agents, runs /pr-review-fixer in a loop until no blockers/critical/major issues remain, then merges PRs one by one with squash-and-merge.

UncategorizedView skill →

bug-blitz

Batch-fix all open bugs in parallel using git worktrees. Fetches bug-type tasks in "idea" status from Transit, creates an isolated worktree per bug, and spawns parallel subagents each running the fix-bug workflow. Use when you want to tackle all open bugs at once, e.g. "fix all open bugs", "bug blitz", "resolve all Transit bugs".

UncategorizedView skill →

catchup

Catch Up on Branch Changes

UncategorizedView skill →

code-audit

>-

UncategorizedView skill →

code-simplifier

Review and simplify code to reduce complexity and improve maintainability

UncategorizedView skill →

commit

Commits

UncategorizedView skill →

design-critic

Critical review of design documents, architecture proposals, and requirements

UncategorizedView skill →

efficiency-optimizer

Analyze code for performance and efficiency improvements

UncategorizedView skill →

explain-like

>-

UncategorizedView skill →

fix-bug

Systematic bug investigation, resolution, and documentation. Use when fixing bugs that need thorough analysis, test coverage, and a formal bugfix report. Applies systematic debugging methodology, creates regression tests, and generates a standardized report in specs/bugfixes/<bug-name>/. For complex bugs, spawns competing implementation agents (including alternative harnesses like Kiro) and selects the best solution. Triggers on requests like "fix this bug", "debug and document this issue", or when a bug needs both resolution and documentation.

UncategorizedView skill →

make-it-so

4. Make it so (implement all tasks)

UncategorizedView skill →

next-task

4. Next task

UncategorizedView skill →

permission-analyzer

Generate Claude Code permissions config from session history. Use when setting up autonomous mode, configuring .claude/settings.json, avoiding --dangerously-skip-permissions, or analyzing what permissions a project needs. Reads session logs to extract Bash commands and MCP tools actually used, then generates appropriate allow/deny rules.

UncategorizedView skill →

pr-pilot

Push a branch, create a PR, iterate on reviews until clean, then squash-merge. Runs /pr-review-fixer in a loop until no blockers/critical/major issues remain, rebases onto latest origin/main, and squash-merges. Works with or without Transit tickets. Use when you want to shepherd a PR from push to merge, e.g. "push and merge this", "get this PR merged", "review-fix-merge loop".

UncategorizedView skill →

pr-review-fixer

Fetch unresolved PR comments (both code-level and PR-level), validate issues, and fix them. Also checks CI status and fixes failing tests, lint errors, and build issues. Use when reviewing and addressing GitHub PR feedback. Filters out resolved comments, keeps only the last claude[bot] comment per thread, validates issues, posts review report as a PR comment, then fixes validated issues.

UncategorizedView skill →

pre-push-review

Review unpushed commits before pushing to remote repository

UncategorizedView skill →

project-init

Initialize Claude Code project settings with standard hooks and language-specific permissions. Use when setting up a new project for Claude Code or adding standard configuration to an existing project.

UncategorizedView skill →

release-prep

I want to prepare this project for the next release, which will be {input}. Please do the following:

UncategorizedView skill →

rune-tasks

Manage hierarchical task lists using the rune CLI tool. Create, update, and organize tasks with phases, subtasks, status tracking, task dependencies, and work streams for multi-agent parallel execution.

UncategorizedView skill →

specs-overview

Generate or regenerate specs/OVERVIEW.md with a tabular summary, status, and per-spec file listings

UncategorizedView skill →

starwave:creating-spec

Initialize a new spec with requirements, design, and task planning. Orchestrates the entire spec-driven workflow from feature idea to actionable task list.

UncategorizedView skill →

starwave:design

2. Create Feature Design Document

UncategorizedView skill →

starwave:requirements

1. Requirement Gathering

UncategorizedView skill →

starwave:smolspec

Small Spec (Smolspec) - Lightweight Specification for Minor Changes

UncategorizedView skill →

starwave:tasks

3. Create Task List

UncategorizedView skill →

swiftui-forms

Build macOS 26+ SwiftUI forms using Liquid Glass design language. Use when creating preferences panes, inspectors, configuration screens, or settings views in SwiftUI for macOS 26. Provides Grid-based layout with right-aligned labels, correct control sizing, and correct glass modifier usage (glassEffect as background for containers, glassEffect in ZStack for rare tiles). Triggers on "build a form", "settings screen", "preferences view", "inspector panel", or any macOS SwiftUI form layout work.

UncategorizedView skill →

performing-systematic-debugging-for-stubborn-problems

Applies a modified Fagan Inspection methodology to systematically resolve persistent bugs and complex issues. Use when multiple previous fix attempts have failed repeatedly, when dealing with intricate system interactions, or when a methodical root cause analysis is needed. Do not use for simple troubleshooting. Triggers after multiple failed debugging attempts on the same complex issue.

UncategorizedView skill →

transit

Route Transit tickets to the appropriate workflow based on task type. Use when a user mentions a T-[number] ticket reference and wants to work on it. Fetches task details and dispatches to the correct skill (fix-bug, creating-spec, planning mode, or asks for clarification).

UncategorizedView skill →

ui-ux-reviewer

Evaluate and improve user experience of interfaces (CLI, web, mobile)

UncategorizedView skill →