closing-obsolete-issues Skill
Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository. Published by flutter in devtools.
What is closing-obsolete-issues Skill?
Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository. Published by flutter in devtools. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use closing-obsolete-issues Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/devtools
- Skill file: .agents/skills/closing-obsolete-issues/SKILL.md
What it does
Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.
Skill instructions
Closing Obsolete Issues Use this skill to find old, outdated issues in the flutter/devtools repository that can be closed because they have been fixed, are stale, obsolete, or not reproducible. Instructions 1. Identify Target Issues: - Use the GitHub CLI (gh) to search for the oldest open issues. - Use any label that the user gives you, or none if the user does not specify any issue labels. - Sort by creation date (created-asc) or last update (updated-asc) to find the most likely candidates for being outdated. - Fetch at least 20-30 candidates. - Example command (with label): gh issue list --repo flutter/devtools --search "label:bug is:open sort:created-asc" --limit 30 | cat - Example command (without label): gh issue list --repo flutter/devtools --search "is:open sort:created-asc" --limit 30 | cat 2. Investigate Status: - For each candidate, analyze its description and comments. - Pro Tip: Use the bundled script scripts/fetchissuedetails.sh <number to get a comprehensive view of the i
Explore related resources
Frequently asked questions
What is closing-obsolete-issues?
closing-obsolete-issues is a open-source AI agent skill with Copy skill directory. Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.
Who is closing-obsolete-issues best for?
closing-obsolete-issues is best for reusing agent instructions, scripts, and references, research workflows.
How do I install closing-obsolete-issues?
Install or run closing-obsolete-issues using Copy skill directory. Check closing-obsolete-issues for the latest setup command.
Is closing-obsolete-issues actively maintained?
closing-obsolete-issues may need a closer maintenance check before production use.
Auto-fetched from GitHub.