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.
原文の言語: 英語