ワンクリックで
closing-obsolete-issues
// Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.
// Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.
Use when documenting changes in CHANGELOG.md files for devtools_shared, devtools_app_shared, or devtools_extensions.
Guides updating dependency versions in published packages to avoid mono-repo resolution failures.
Adds copyright headers to files based on file type. Use when creating new files or when asked to verify copyright headers.
Adds user-facing change descriptions to DevTools release notes. Use when documenting improvements, fixes, or new features in the NEXT_RELEASE_NOTES.md file.
Guides the creation of high-quality, effective skills for agentic workflows. Use when creating or modifying skills in the .agents/skills/ directory.
Prepare a pull request by running presubmit with fixes. Use when preparing to commit or send a PR.
| name | closing-obsolete-issues |
| description | Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository. |
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.
Identify Target Issues:
gh) to search for the oldest open issues.created-asc) or last update (updated-asc) to find the most likely candidates for being outdated.gh issue list --repo flutter/devtools --search "label:bug is:open sort:created-asc" --limit 30 | catgh issue list --repo flutter/devtools --search "is:open sort:created-asc" --limit 30 | catInvestigate Status:
scripts/fetch_issue_details.sh <number> to get a comprehensive view of the issue and its comments.references/rationale_templates.md for a library of common reasons issues become outdated in DevTools.Draft and Review Closing Comments (CRITICAL MANDATE):
references/rationale_templates.md for wording inspiration.Iterate on Skill Knowledge (Learning Loop):
references/rationale_templates.md, update the reference file to include it.Execute and Summarize:
gh issue close with the -c flag to post the comment and close the issue.grep, ripgrep, or environment-specific
search tools) to check the current codebase for references to the issue or relevant code.scripts/search_prs.sh <query> to search for PRs in the repository.packages/devtools_app/pubspec.yaml
to determine if the reported version is very old. If the reported version is 1 or more major versions behind or 12 or more
minor versions behind the current version, this issue is a good candidate for being obsolete.