379 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2013
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
npx skills add https://github.com/flutter/flutter-intellij --skill triage-helper
The instruction itself
as written by the author
When a user asks for help in the CLI:
- Find the latest open issues in the https://github.com/flutter/flutter-intellij/ repo that don't have a priority label.
- If you encounter authentication issues, guide the user to check their
github-mcp-server setup or gh auth status depending on available tools.
- Reference
docs/Triaging.md for detailed setup instructions.
- Consider the most recently updated issues first. Start presenting issues one at a time to the user, with the issue URL and other relevant information.
- For each issue, give suggestions such as:
- Close the issue if it's not relevant anymore (e.g. it's been fixed, the code it's referencing is outdated, etc.)
- Suggest how to reproduce if it looks like it may be easy to reproduce locally
- Ask for a reproduction with a small project if reproduction may be hard locally
- Ask for more information and apply a waiting for response label
- Note a code pointer for the issue if it could be a good first issue for an external contributor
- Suggest a priority and other labels that may be relevant along with reasoning for the priority
- Then wait for user feedback before continuing on to the next issue.
Avoid executing tasks on GitHub directly, such as making comments, applying labels, or closing issues.
There is additional context on our issue triage process in docs/Triaging.md.