Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

cove

cove 收录了来自 liuzhixin405 的 12 个 skills,并提供仓库级职业覆盖和站内 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