Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.
Langue du texte source : anglais
Menu
Skills dans ce dépôt
SkillsMP a collecté 54 skills depuis Archive228/loopkit. Ouvrez un skill pour examiner sa source et ses détails.
Archive228/loopkitAffichage de 14 skills collectés sur 54.
Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.
Langue du texte source : anglais
Diagnose and fix tests that pass sometimes and fail other times. Use when CI is red intermittently.
Langue du texte source : anglais
Find and remove unreachable/unused code safely. Use during cleanup or before a refactor.
Langue du texte source : anglais
Write safe, reversible database migrations for this repo's conventions. Use for any schema change.
Langue du texte source : anglais
Security-review a diff against the OWASP Top 10. Use before merging anything that touches auth, input handling, queries, or external calls.
Langue du texte source : anglais
Write a PR description a reviewer can approve fast. Use when opening any pull request.
Langue du texte source : anglais
Check whether a README actually lets a stranger run the project. Use on any repo's README before publishing.
Langue du texte source : anglais
Rebase, squash, or rewrite history without losing work or breaking shared branches. Use before any history rewrite.
Langue du texte source : anglais
Compare two schema states and surface the risky changes. Use before applying migrations or after a model change.
Langue du texte source : anglais
Catch hardcoded secrets, keys, and tokens before they get committed. Use before any commit and on any file with credentials.
Langue du texte source : anglais
Reduce a change to the minimum that solves the problem. Use when code is over-engineered or a diff is bloated.
Langue du texte source : anglais
Review SQL and ORM queries for correctness, safety, and performance before they ship.
Langue du texte source : anglais
Use for ANY bug, test failure, crash, or unexpected behavior. Forces reproduce-then-isolate before proposing a fix. Stops the agent from guessing.
Langue du texte source : anglais
Before fixing any bug, write a test that reproduces it and watch it fail. Use for every bug fix.
Langue du texte source : anglais