Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 54 skills de Archive228/loopkit. Abre una skill para revisar su origen y sus detalles.
Archive228/loopkitMostrando 14 de 54 skills recopiladas.
Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.
Idioma del texto original: inglés
Diagnose and fix tests that pass sometimes and fail other times. Use when CI is red intermittently.
Idioma del texto original: inglés
Find and remove unreachable/unused code safely. Use during cleanup or before a refactor.
Idioma del texto original: inglés
Write safe, reversible database migrations for this repo's conventions. Use for any schema change.
Idioma del texto original: inglés
Security-review a diff against the OWASP Top 10. Use before merging anything that touches auth, input handling, queries, or external calls.
Idioma del texto original: inglés
Write a PR description a reviewer can approve fast. Use when opening any pull request.
Idioma del texto original: inglés
Check whether a README actually lets a stranger run the project. Use on any repo's README before publishing.
Idioma del texto original: inglés
Rebase, squash, or rewrite history without losing work or breaking shared branches. Use before any history rewrite.
Idioma del texto original: inglés
Compare two schema states and surface the risky changes. Use before applying migrations or after a model change.
Idioma del texto original: inglés
Catch hardcoded secrets, keys, and tokens before they get committed. Use before any commit and on any file with credentials.
Idioma del texto original: inglés
Reduce a change to the minimum that solves the problem. Use when code is over-engineered or a diff is bloated.
Idioma del texto original: inglés
Review SQL and ORM queries for correctness, safety, and performance before they ship.
Idioma del texto original: inglés
Use for ANY bug, test failure, crash, or unexpected behavior. Forces reproduce-then-isolate before proposing a fix. Stops the agent from guessing.
Idioma del texto original: inglés
Before fixing any bug, write a test that reproduces it and watch it fail. Use for every bug fix.
Idioma del texto original: inglés