Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

cove

cove에는 liuzhixin405에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 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