dart-skills-lint-integration
Installation
SKILL.md
Integrating and Configuring dart_skills_lint
Use this skill to verify repository state, update pinned references, manage
centralized configurations, implement efficient validation test suites, and
output clean pull request commands for dart_skills_lint.
Pre-Flight Repository Verification
Before initiating any modifications or executing dependency updates, ensure the repository is in a clean, safe state:
- Run
git statusto confirm the repository has no active work in progress. - If clean, check out the primary tracking branch (e.g.,
mainormaster). - Fast-forward update from the remote owned by the authoritative org.
- If post-checkout hooks report engine updates, run necessary sync utilities
(such as
gclient sync) to guarantee consistency before proceeding.