用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/flutter/devtools --skill closing-obsolete-issues命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| 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.Guidelines and step-by-step workflow for debugging DevTools extensions locally, including stub mode, fixed-port launching, browser auto-opening, URL query parameters, target app connection, and human-in-the-loop interaction. Use when debugging or testing DevTools extension behavior.
DevTools repository-specific PR review workflow enforcing DevTools style guidelines and common review patterns. Use when reviewing pull requests in the flutter/devtools repository.
General workflow for fetching, inspecting, reviewing GitHub Pull Requests using the gh CLI, drafting user-aligned review comments, and securing approval before posting. Use when asked to review a GitHub PR or pull request.
基于 SOC 职业分类