بنقرة واحدة
closing-obsolete-issues
Find and close obsolete, stale, or not reproducible issues in the dart-lang/ai repository.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Find and close obsolete, stale, or not reproducible issues in the dart-lang/ai repository.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Instructions for updating the README.md file in the `dart_mcp_server` package.
Instructions for updating the supported Model Context Protocol (MCP) specification version in the `dart_mcp` package.
Instructions for adding new features (tools, prompts, etc.) to the dart_mcp_server package.
| name | closing-obsolete-issues |
| description | Find and close obsolete, stale, or not reproducible issues in the dart-lang/ai repository. |
Use this skill to find old, outdated issues in the dart-lang/ai 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 dart-lang/ai --search "label:bug is:open sort:created-asc" --limit 20 | catgh issue list --repo dart-lang/ai --search "is:open sort:created-asc" --limit 20 | catInvestigate Status:
gh issue view <number> --repo dart-lang/ai to get details.references/rationale_templates.md for a library of common reasons issues become outdated.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) to check the current codebase for references to the issue or relevant code.