Source profileQuality 80/100

dyoshikawa/rulesync/.rulesync/skills/triage-issues/SKILL.md

triage-issues

Triage open GitHub issues by reviewing unlabeled ones and applying the most appropriate labels based on their content

Source repository stars
1,263
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Review all open GitHub issues that currently have no labels and apply the most appropriate labels based on their content.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/dyoshikawa/rulesync --skill ".rulesync/skills/triage-issues"
    Safe inspection promptEditorial

    Inspect the Agent Skill "triage-issues" from https://github.com/dyoshikawa/rulesync/blob/310b711fbe8cffc14debb276ade8a384c2b89083/.rulesync/skills/triage-issues/SKILL.md at commit 310b711fbe8cffc14debb276ade8a384c2b89083. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Step 1: List Available Labels

      Fetch the full list of labels defined in this repository so the triage stays within the known label set:

      Fetch the full list of labels defined in this repository so the triage stays within the known label set:Treat this list as the authoritative vocabulary. Do not invent new labels.
    2. 02

      Step 2: Find Unlabeled Open Issues

      Fetch all open issues that have no labels attached:

      Fetch all open issues that have no labels attached:If the result is empty, report that nothing needs triage and stop.
    3. 03

      Step 3: Gather Context per Issue

      For each unlabeled issue, read the description and the discussion so the label choice is grounded in the actual content:

      For each unlabeled issue, read the description and the discussion so the label choice is grounded in the actual content:Run these in parallel across issues where practical.
    4. 04

      Step 4: Decide the Labels

      For each issue, pick the labels that best describe it. Typical signals:

      bug — something is broken or behaves incorrectly.enhancement — a new feature, new tool/feature support, or a capability request.documentation — docs, README, or docs//.md changes.

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score80/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars1,263SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    dyoshikawa/rulesync
    Skill path
    .rulesync/skills/triage-issues/SKILL.md
    Commit
    310b711fbe8cffc14debb276ade8a384c2b89083
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    Triage Open Issues

    Review all open GitHub issues that currently have no labels and apply the most appropriate labels based on their content.

    Step 1: List Available Labels

    Fetch the full list of labels defined in this repository so the triage stays within the known label set:

    gh label list --limit 100
    

    Treat this list as the authoritative vocabulary. Do not invent new labels.

    Step 2: Find Unlabeled Open Issues

    Fetch all open issues that have no labels attached:

    gh issue list --state open --search "no:label" --limit 100 --json number,title,author,url
    

    If the result is empty, report that nothing needs triage and stop.

    Step 3: Gather Context per Issue

    For each unlabeled issue, read the description and the discussion so the label choice is grounded in the actual content:

    gh issue view <issue_number>
    gh issue view <issue_number> --comments
    

    Run these in parallel across issues where practical.

    Step 4: Decide the Labels

    For each issue, pick the labels that best describe it. Typical signals:

    • bug — something is broken or behaves incorrectly.
    • enhancement — a new feature, new tool/feature support, or a capability request.
    • documentation — docs, README, or docs/**/*.md changes.
    • refactoring — internal restructuring without behavior change.
    • improvement — quality, DX, or polish work that isn't a bug or a new feature.
    • question — the author is asking for clarification or usage help.
    • duplicate — already tracked by another issue (link it in a comment if you apply this).
    • invalid / wontfix — only if the issue itself states this or the content clearly indicates it; otherwise skip.
    • good first issue — small, well-scoped, approachable for newcomers.
    • help wanted — maintainer explicitly wants external contribution; do not apply speculatively.
    • considering — proposals that are worth discussing but not yet accepted.
    • high priority — explicit urgency signals (regression, blocking users, security). Be conservative.
    • security — security-relevant reports or hardening work.
    • codex — specific to the Codex CLI integration.
    • maintainer-scrap — do NOT add this unless the issue body explicitly says so; it's reserved for maintainer-only scratch notes.

    Guidelines:

    • Prefer a small, precise set of labels (usually 1–3). Do not over-label.
    • Combine a type label (bug / enhancement / documentation / refactoring / improvement / question) with optional modifiers (good first issue, considering, security, codex) when they clearly apply.
    • If the issue is ambiguous or you cannot confidently choose labels, skip it and note it in the final report rather than guessing.

    Step 5: Apply the Labels

    Apply the chosen labels using gh issue edit. Example:

    gh issue edit <issue_number> --add-label "bug" --add-label "good first issue"
    

    Only add labels; do not remove existing ones (these issues have none by definition, but be defensive).

    Step 6: Report

    Output a concise summary grouped by action:

    • Labeled: #<number> <title>label1, label2 (one line per issue)
    • Skipped (ambiguous): #<number> <title> → short reason

    Keep the report compact; do not repeat the full issue bodies.

    Alternatives

    Compare before choosing

    Computed 10042,015

    coreyhaines31/marketingskills

    ab-testing

    When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

    Computed 10042,015

    coreyhaines31/marketingskills

    churn-prevention

    When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

    Computed 997

    event4u-app/agent-config

    design-review

    Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

    Computed 9831,966

    K-Dense-AI/scientific-agent-skills

    dask

    Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.