Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٥٤ من skills من Archive228/loopkit. افتح أي skill لمراجعة مصدره وتفاصيله.
Archive228/loopkitعرض ١٤ من أصل ٥٤ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية