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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fiftyone-issue-triage" with this command: npx skills add voxel51/fiftyone-skills/voxel51-fiftyone-skills-fiftyone-issue-triage

FiftyOne Issue Triage

Categories

CategoryWhen to Use
Already FixedResolved in recent commits/releases
Won't FixBy design, out of scope, or external behavior (browser, OS, third-party)
Not ReproducibleCannot reproduce with provided info
No Longer RelevantOutdated version, deprecated feature, or stale (6+ months)
Still ValidConfirmed 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

CategoryKey IndicatorAction
Already FixedFound in git logPoint to PR, suggest upgrade
Won't FixExternal/by designExplain, provide workaround
Not ReproducibleCan't reproduceRequest more info
No Longer RelevantOld/stale/deprecatedExplain, suggest new issue
Still ValidConfirmed, no fixDocument 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

fiftyone-code-style

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

fiftyone-develop-plugin

No summary provided by upstream source.

Repository SourceNeeds Review
General

fiftyone-find-duplicates

No summary provided by upstream source.

Repository SourceNeeds Review
General

fiftyone-dataset-inference

No summary provided by upstream source.

Repository SourceNeeds Review