Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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