fiftyone-issue-triage

fiftyone-issue-triage

Triages FiftyOne GitHub issues by categorizing as fixed, won't fix, not reproducible, or still valid. Use when reviewing GitHub issues, triaging bugs, or closing stale issues in the voxel51/fiftyone repository.

3Star
0Fork
更新于 1/22/2026
SKILL.md
readonly只读
name
fiftyone-issue-triage
description

Triages FiftyOne GitHub issues by categorizing as fixed, won't fix, not reproducible, or still valid. Use when reviewing GitHub issues, triaging bugs, or closing stale issues in the voxel51/fiftyone repository.

FiftyOne Issue Triage

Categories

Category When to Use
Already Fixed Resolved in recent commits/releases
Won't Fix By design, out of scope, or external behavior (browser, OS, third-party)
Not Reproducible Cannot reproduce with provided info
No Longer Relevant Outdated version, deprecated feature, or stale (6+ months)
Still Valid Confirmed bug or valid feature request needing work

Workflow

1. Fetch Issue

gh issue view {number} --repo voxel51/fiftyone --json title,body,author,state,labels,comments

2. Analyze

  • Extract: issue type, version, reproduction steps, error message
  • Search related: gh issue list --repo voxel51/fiftyone --state all --search "keyword"
  • Check git history: git log --oneline --grep="keyword"

3. Assess Responsibility

  • External behavior (browser, OS, third-party)? → Won't Fix
  • User workflow/configuration issue? → Won't Fix (with workaround)
  • FiftyOne code/behavior issue? → Continue assessment

4. Assess Value

Before proposing fixes, ask: "Is a fix worth the effort?"

  • How many users affected?
  • Is workaround simple?
  • Would fix add complexity or hurt performance?

5. Check Documentation

grep -r "keyword" docs/source/ --include="*.rst"

6. Categorize and Respond

Quick Reference

Category Key Indicator Action
Already Fixed Found in git log Point to PR, suggest upgrade
Won't Fix External/by design Explain, provide workaround
Not Reproducible Can't reproduce Request more info
No Longer Relevant Old/stale/deprecated Explain, suggest new issue
Still Valid Confirmed, no fix Document root cause, propose fix

Response Tone

Always start with thanks, be friendly, then explain. Keep responses simple (no internal code details).

If User Willing to Contribute

You Might Also Like

Related Skills

fix

fix

243Kdev-testing

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

facebook avatarfacebook
获取
peekaboo

peekaboo

179Kdev-testing

Capture and automate macOS UI with the Peekaboo CLI.

openclaw avataropenclaw
获取
frontend-testing

frontend-testing

128Kdev-testing

Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.

langgenius avatarlanggenius
获取
frontend-code-review

frontend-code-review

127Kdev-testing

Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.

langgenius avatarlanggenius
获取
code-reviewer

code-reviewer

92Kdev-testing

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

google-gemini avatargoogle-gemini
获取
session-logs

session-logs

90Kdev-testing

Search and analyze your own session logs (older/parent conversations) using jq.

moltbot avatarmoltbot
获取