Merge an accepted Linear issue and clean up its review surface. Picks up an issue in Accepted, confirms the PR is mergeable and its CI is green (bringing the branch up to date with next, and resolving conflicts, only when needed), merges it, kills the test server, removes the worktree, and moves the issue to Done. Also reaps the test servers and worktrees of issues that left Human Review without being accepted. Run as a scheduled job ("Run the accept-issue skill") or directly, e.g. "accept ALE-123".
$npx -y skills add alexjbarnes/cockpit --skill accept-issueInstalls into the current project.
Run `npx skills use "https://github.com/alexjbarnes/cockpit" --skill "alexjbarnes/cockpit/accept-issue"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alexjbarnes/cockpit" that are relevant to the current task. Run `npx skills add "https://github.com/alexjbarnes/cockpit"` and select the relevant skills, then follow their instructions.