con un clic
hammerkit
hammerkit contiene 3 skills recopiladas de no0dles, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Pre-commit checklist for the hammerkit repo. Run the same gates CI enforces — prettier, eslint, tsc build, and the unit suite — before committing, so a push doesn't fail the build/test workflows. Use before any git commit in this repository.
Do the actual work instead of avoiding it, and don't make the user repeat feedback. Use whenever the task is to fix something — fix CI, fix a failing or flaky test, fix the build, make a check green, resolve a bug — or any time you are tempted to skip, disable, exclude, defer, or stop early. Read and apply the repo feedback log before working; append to it when corrected.
Iterate until CI is green on the current branch. Use when GitHub Actions is red, a push broke the build, or the user asks to "fix CI" / "get CI green". Loop: read the failing run via gh -> diagnose the root cause from the logs -> implement a fix -> verify locally with the before-commit skill -> commit -> push -> watch the run -> repeat on failure.