Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

cove

يحتوي cove على 12 من skills المجمعة من liuzhixin405، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
4
محدث
2026-07-18
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

karpathy-guidelines
مطوّرو البرمجيات

Karpathy-inspired guidelines: Think before coding, Simplicity first, Surgical changes, Goal-driven execution

2026-07-18
executing-plans
مطوّرو البرمجيات

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-06-12
plan
مطوّرو البرمجيات

Write an actionable markdown plan before implementation. Bite-sized tasks, exact paths, complete code.

2026-06-12
commit-messages
مطوّرو البرمجيات

Write clear Conventional Commits. Imperative subject, explain why not what, one logical change per commit.

2026-06-06
performance-optimization
مطوّرو البرمجيات

Optimize based on measurement, never guesswork. Profile first, fix the real bottleneck, verify the win.

2026-06-06
safe-refactoring
مطوّرو البرمجيات

Refactor code without changing behavior. Small steps, green tests after every change, no mixing with feature work.

2026-06-06
github-code-review
محللو ضمان جودة البرمجيات والمختبرون

Review PRs on GitHub: read diffs, leave inline comments, approve or request changes.

2026-06-06
github-pr-workflow
مطوّرو البرمجيات

GitHub PR lifecycle: branch, commit, open PR, monitor CI, merge.

2026-06-06
requesting-code-review
محللو ضمان جودة البرمجيات والمختبرون

Pre-commit verification: security scan, quality gates, auto-fix before committing.

2026-06-06
spike
مطوّرو البرمجيات

Throwaway experiments to validate an idea before building. Disposable by design.

2026-06-06
systematic-debugging
مطوّرو البرمجيات

4-phase root cause debugging: understand bugs before fixing. Never guess at fixes.

2026-06-06
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

TDD: enforce RED-GREEN-REFACTOR cycle. Tests before code, always.

2026-06-06