magpie-issue-triage

Solid

For each open `<issue-tracker>` 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 the body.

AI & Automation 83 stars 78 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- SPDX-License-Identifier: Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0 --> <!-- Placeholder convention (see ../../AGENTS.md#placeholder-convention-used-in-skill-files): <project-config> → adopter's project-config directory <issue-tracker> → URL of the project's general-issue tracker (resolves from <project-config>/issue-tracker-config.md) <issue-tracker-project> → project key within the tracker <upstream> → adopter's public source repo <default-branch> → upstream's default branch (master vs main) Substitute these with concrete values from the adopting project's <project-config>/ before running any command below. --> # issue-triage This skill is the **initial-triage discussion-starter** for issues on the project's general issue tracker. For each open issue in the configured candidate pool, it reads the issue body and comments, applies the project's triage criteria, classifies the candidate disposition, and — on the user's explicit confirmation — posts a triage-proposal comment that invites the project team to react. The skill **never transitions workflow state, never closes, never assigns, never edits any tracker field**. The disposition decision belongs to team consensus; this skill opens the discussion that produces it, and sibling skills apply the state change once consensus lands. It composes with: - [`issue-reproducer`](../issue-reprod...

Details

Author
apache
Repository
apache/magpie
Created
3 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

magpie-pr-management-triage

Sweep open pull requests on the configured `<upstream>` 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 / request author confirmation of readiness / mark `ready for maintainer review` / promote bot-authored draft. Does **not** perform code review — that lives in `pr-management-code-review`.

83 Updated yesterday
apache
AI & Automation Listed

triage

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

1 Updated today
yusufkaracaburun
AI & Automation Listed

issue-triage

One repeatable pass over the open GitHub issue backlog — classify every open issue (needs-priority / needs-kind / needs-area, orphaned P0-P1, stale, dormant question), rank them into a deterministic "do next" order, propose the mechanical gardening moves (mark stale, close dormant questions), and apply them only on operator approval. The helper is read-only; writing labels, comments, or closes is gated. Use when the operator says "triage the issues", "what should I work on next", "garden the backlog", "the issue labels are a mess", "close stale issues", or on a /loop cadence to keep the backlog honest.

31 Updated yesterday
anthony-chaudhary