flutter/reviewing-devtools-prs
DevTools repository-specific PR review workflow enforcing DevTools style guidelines and common review patterns. Use when reviewing pull requests in the flutter/devtools repository.
npx skills add https://github.com/flutter/devtools --skill reviewing-devtools-prs
Extends reviewing-prs for pull requests in flutter/devtools. Follow reviewing-prs for GitHub CLI data retrieval and the strict user approval workflow.
Read and enforce:
[MUST-FIX], [CONCERN], [NIT], zero-formatting policy, copyright headers, DRY rules, magic values)addAutoDisposeListener(...).Widget classes over helper methods returning Widget (_buildFoo()).CenteredMessage) and test mocks (e.g. mockConnectedApp) instead of re-creating them inline.// TODO(https://github.com/flutter/devtools/issues/<issue_number>): <description>.unawaited(...) or safeUnawaited(...) where appropriate.false with explicit test expectations in feature_flags_test.dart.main().NEXT_RELEASE_NOTES.md):dt / devtools_tool), CI, and refactors are NOT user-facing.dt, or suggest a * <Description>. #<PR_NUMBER> entry via adding-release-notes if a user-facing PR lacks one.Take flutter/reviewing-devtools-prs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.