Run lint, type-check, and build verification for changed services after code modifications are complete. Trigger after any code change to repos/*/ — auto-detects which services were touched via git diff and runs the appropriate static checks (mypy/flake8 for Python, type-check/lint/build for TypeScript, go vet for Go).
$npx -y skills add tgoai/tgo --skill code-change-verificationInstalls into the current project.
Run `npx skills use "https://github.com/tgoai/tgo" --skill "tgoai/tgo/code-change-verification"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tgoai/tgo" that are relevant to the current task. Run `npx skills add "https://github.com/tgoai/tgo"` and select the relevant skills, then follow their instructions.