Use when implementing any feature or bugfix, before writing implementation code
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٦ من skills من kunchenguid/programbench-bench. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٦ من أصل ٦ skills مجمعة.
Use when implementing any feature or bugfix, before writing implementation code
لغة النص الأصلي: الإنجليزية
Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a…
لغة النص الأصلي: الإنجليزية
Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is the…
لغة النص الأصلي: الإنجليزية
Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root…
لغة النص الأصلي: الإنجليزية
Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture",…
لغة النص الأصلي: الإنجليزية
Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff".…
لغة النص الأصلي: الإنجليزية