Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 Archive228/loopkit에서 54개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
Archive228/loopkit수집된 skill 54개 중 14개를 표시합니다.
Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.
원문 언어: 영어
Diagnose and fix tests that pass sometimes and fail other times. Use when CI is red intermittently.
원문 언어: 영어
Find and remove unreachable/unused code safely. Use during cleanup or before a refactor.
원문 언어: 영어
Write safe, reversible database migrations for this repo's conventions. Use for any schema change.
원문 언어: 영어
Security-review a diff against the OWASP Top 10. Use before merging anything that touches auth, input handling, queries, or external calls.
원문 언어: 영어
Write a PR description a reviewer can approve fast. Use when opening any pull request.
원문 언어: 영어
Check whether a README actually lets a stranger run the project. Use on any repo's README before publishing.
원문 언어: 영어
Rebase, squash, or rewrite history without losing work or breaking shared branches. Use before any history rewrite.
원문 언어: 영어
Compare two schema states and surface the risky changes. Use before applying migrations or after a model change.
원문 언어: 영어
Catch hardcoded secrets, keys, and tokens before they get committed. Use before any commit and on any file with credentials.
원문 언어: 영어
Reduce a change to the minimum that solves the problem. Use when code is over-engineered or a diff is bloated.
원문 언어: 영어
Review SQL and ORM queries for correctness, safety, and performance before they ship.
원문 언어: 영어
Use for ANY bug, test failure, crash, or unexpected behavior. Forces reproduce-then-isolate before proposing a fix. Stops the agent from guessing.
원문 언어: 영어
Before fixing any bug, write a test that reproduces it and watch it fail. Use for every bug fix.
원문 언어: 영어