Read-only maintainer dashboard for the open general-issue backlog of . Surfaces a health rating, prioritised recommendations, age and staleness breakdowns, area pressure ranking, and a triage-funnel summary. Output is HTML by default; markdown fallback available.
Merge two open issues that describe the same root cause, preserving both reporters' context. Proposes a closing comment on the duplicate and a cross-reference comment on the kept issue. Waits for maintainer confirmation before posting anything or closing anything.
For a single triaged issue confirmed as a bug or feature, draft a fix against on . Produces the failing test, the smallest production change, the targeted+module test runs, and the commit. The PR is NOT opened on autopilot; the human committer reviews, signs, and pushes. Hand-back artefact summarises branch, commits…
Read-only dashboard over a directory of verdict.json files produced by issue-reassess campaigns. Surfaces a health rating, classification distribution, partial-fix surfaces, oldest-unresolved buckets, and per-component breakdowns. Output is HTML by default; markdown fallback available. Read-only on tracker state…
Sweep a configured pool of resolved or end-of-life issues and re-assess each against the current . Per-issue: invoke issue-reproducer to extract and run the reporter's code, classify the runtime outcome, attach a nature analysis, compose a verdict.json. Hand-back-on-completion contract: no comments posted, no…
For a single issue identifying a code-level bug, extract the reporter's example code from the issue body, adapt it to run on the current , execute via , and compose a verdict.json describing the observed behaviour vs the expected failure. Read-only on the tracker — produces evidence, never posts. Invoked by…
Sweep open issues for inactivity past a configurable threshold and propose either a closure (when the issue has been unresponsive long enough to presume abandonment) or an update request (nudge the reporter to confirm the issue is still relevant). Waits for maintainer confirmation before posting any comment or closing…
For each open issue in the configured candidate pool, read the issue body and comments and classify the candidate disposition. On user confirmation, posts a triage-proposal comment that invites the project team to react. Read-only on tracker state — no workflow transitions, closures, or label changes. Six classes in…
Read-only license compliance audit for one repository or a local checkout. Checks that a LICENSE file exists, that a NOTICE file is present and complete when required by the declared license, and that source files carry SPDX-License-Identifier headers consistent with the project's declared license. Produces a grouped…
Print a human-readable index of every skill in this repository, grouped by family prefix (pr-management, security, setup, …) with each skill's name and the first sentence of its description. The listing is generated on every run from the live .claude/skills//SKILL.md files, so it never goes stale when skills are…
Draft a first-contact orientation comment for a first-time contributor on a newly opened issue or PR on the configured repo. Detects first-time authorship via the GitHub authorassociation field and drafts a welcome with contributing-guide link, community-norm pointers, and expected next steps. Waits for explicit…
Given an open good-first-issue on the configured repo, explain it in beginner terms and sketch a concrete approach: which files to read first, what "done" looks like, and where to ask follow-up questions — without writing any code or fix. First runs an issue assessment to confirm the issue is open, non-security, and…
Answer a newcomer's "how do I contribute here" question by grounding the response in CONTRIBUTING.md and the project's own docs. Classifies the question (setup / workflow / first-issue / out-of-scope), retrieves the relevant guide excerpt, and drafts a concise answer in the Agentic Mentoring teaching register. Routes…
Optimize an existing framework skill (or sweep a set of them) by applying the restructuring patterns proven on the security-skill suite: split an oversized SKILL.md into linked sibling docs, lift concrete/project-specific values out of the body into placeholders, replace in-agent-context body reads with out-of-context…
Fan a local diff through three independent, axis-focused review passes (correctness, security, conventions), then merge the findings into a single structured report. Each pass is isolated so findings from one axis cannot suppress or bias the others. The merged report uses the same format as pairing-self-review so the…
Run a structured pre-flight self-review on local changes before opening a PR. Reads the diff against a configurable base (default: the merge base of HEAD and the upstream default branch), checks correctness, security, and project conventions, and returns a structured report to the developer. No state changes, no PR…
Walk a maintainer through deep, sequential code review of open pull requests on the configured repo. Defaults to the "my reviews" queue (the union of five maintainer signals — see the Inputs table); selectors can narrow to a single PR, an area label, or a collaborator subset. Drafts an approve / request-changes /…
Draft a teaching-register comment on a single GitHub issue or PR thread on the configured repo, aimed at a contributor who is missing repo context the maintainer would otherwise have to spell out. The skill reads the thread, decides whether a mentoring intervention is warranted, drafts one comment per the project's…
Identify trivial, low-risk pull requests in the ready for maintainer review queue of that pass every quality gate and touch only supplementary areas (docs, changelog, translations, tests) — the "express lane" a maintainer can review and merge in seconds. Surfaces and ranks candidates with per-PR diff summaries, an…
Read-only maintainer dashboard for the open-PR backlog of . Surfaces a health rating, prioritised action recommendations, weekly closure velocity trends, area pressure ranking, and a triage-funnel breakdown — with the underlying area-grouped tables as a collapsible details section.
Sweep open pull requests on the configured repo, classify each one against the project's quality criteria, propose a disposition, and — on the maintainer's confirmation — carry out the action via gh. Disposition options per PR: draft / comment / close / rebase / CI-rerun / workflow-approve / ping-stale-reviewer /…
Sweep open pull requests on the configured repo for inactivity past a configurable threshold and propose either a conversion to draft (when the PR is open but has gone quiet) or a closure (when the PR has been abandoned long enough to presume the author has moved on). Waits for maintainer confirmation before…
Run a newcomer-focused pre-flight checklist on a local branch before opening a pull request. Checks CONTRIBUTING conventions, SPDX headers on new files, commit-message shape (including the Generated-by: trailer for AI-assisted work), and the placeholder convention — then returns a structured checklist report.…
Draft the [ANNOUNCE] email body and open (not merge) the site-bump PR for a promoted release of . Reads release metadata from the planning issue and /release-management-config.md; produces a ready-to-copy [ANNOUNCE] subject + body and proposes the site-bump PR. Never sends mail and never merges the PR without explicit…