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

dotclaude

dotclaude 收录了来自 8408323 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
0
更新
2026-05-22
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

context-budget
软件开发工程师

Estimate per-turn token cost of this project's `.claude/` configuration and `CLAUDE.md`. Reports always-loaded vs path-scoped vs invoked-only, ranks the top contributors, and flags entries over budget. Add `--api` for exact counts via Anthropic's count_tokens endpoint instead of the chars/4 heuristic.

2026-05-22
debug-fix
软件开发工程师

Find and fix a bug. Default is careful (reproduce, investigate, test). Add `--fast` for emergency production mode (hotfix branch, minimal change, ship a PR fast).

2026-05-22
explain
软件开发工程师

Explain code. Default is a one-sentence summary plus a mental model. Add `verbose` to also get an ASCII diagram, key details, and a modification guide.

2026-05-22
pr-review
软件质量保证分析师与测试员

Review code changes or a pull request. Delegates to specialist agents for code quality, security, performance, and documentation, in parallel.

2026-05-22
refactor
软件开发工程师

Safely refactor code with test coverage as a safety net

2026-05-22
ship
软件开发工程师

Scan changes, commit, push, and create a PR. With confirmation at each step

2026-05-22
tdd
软件质量保证分析师与测试员

Test-Driven Development loop. Write a failing test first, then the minimum code to pass it, then refactor. Repeat.

2026-05-22
test-writer
软件质量保证分析师与测试员

Write comprehensive tests for new or changed code. Use automatically when new features are added, functions are created, or behavior is modified.

2026-05-22