run-checks

Installation
SKILL.md

Objective

The objective of this skill is to automatically check for linting errors, test failures, and other issues in the codebase to ensure code quality and maintainability prior to pushing changes or creating a pull request (PR).

Non-negotiables

  • DO NOT fix any failures without first raising them to the user and asking for permission to fix them.
    • Exception: pnpm lint:fix or pnpm lint:format --write commands can be run as part of the checks
  • Run all checks across all directories before presenting failures back to the user
Installs
2
GitHub Stars
512
First Seen
12 days ago
run-checks — hashicorp/design-system