This skill automates the process of verifying the repository's developer checks, collecting any failures into remediation work, applying careful fixes, and repeating until the workspace is clean.
This skill automates verification of the repository's developer checks, collects failures into remediation work, applies careful fixes, and repeats until the workspace is clean.
package.json.Relative to repository root:
.github/skills/verify-and-remediate.md.github/skills/verify-and-remediate.sh.github/skills/verify-and-remediate.ps1package.json and determine which verification scripts exist.typecheck, build, lint, unit tests, then Playwright.main or master, first create a fix/ branch.Run one of the helper scripts from the repository root:
bash .github/skills/verify-and-remediate.sh
pwsh -File .github/skills/verify-and-remediate.ps1
The runners are maintained as real files in the repository and should be referenced from this skill rather than duplicated inside it.
verify-remediation-todo.md when any check failsmain or master.eslint --fix support for approved rules.