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

claude-code-starter

claude-code-starter 收录了来自 zbruhnke 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
16
更新
2026-01-13
Forks
2
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

wiggum
软件开发工程师

Start an autonomous implementation loop from a spec or PRD. Enters plan mode for user approval, enforces command gates (test/lint/typecheck/build), validates dependencies, commits incrementally, and maintains documentation and changelog. Production-ready quality gates.

2026-01-13
release-checklist
软件质量保证分析师与测试员

Run a final release checklist before shipping. Verifies no TODOs, no debug code, docs updated, tests passing, dependencies justified, and security reviewed.

2026-01-12
risk-register
计算机与信息系统经理

Document risks for changes touching auth, data, or migrations. Lists top risks, how to test/monitor them, and rollback strategy.

2026-01-12
changelog-writer
网页开发工程师

Maintain CHANGELOG.md with properly categorized entries. Use after implementing features, fixing bugs, or making any notable changes. Follows Keep a Changelog format.

2026-01-12
code-review
软件质量保证分析师与测试员

Review code changes for quality, security, and best practices. Use when reviewing staged changes, pull requests, or specific files before merging.

2026-01-12
explain-code
软件开发工程师

Explain how code works in detail. Use when trying to understand unfamiliar code, complex logic, or system architecture.

2026-01-12
generate-tests
软件质量保证分析师与测试员

Generate comprehensive tests for code. Use when adding test coverage, implementing TDD, or ensuring code reliability.

2026-01-12
install-precommit
软件开发工程师

Install the pre-commit review hook that forces you to understand changes before committing. Use when you want to enable commit reviews or when setting up a new project.

2026-01-12
refactor-code
计算机程序员

Refactor code to improve clarity and maintainability without changing behavior. Use when improving readability, reducing complexity, or eliminating duplication.

2026-01-12
refresh-claude
软件开发工程师

Review recent changes and update CLAUDE.md to keep it relevant for future sessions. Use after significant changes or periodically to maintain context.

2026-01-12
review-mr
软件质量保证分析师与测试员

Review a merge request or branch. Compares a branch against main/master, summarizes changes, highlights concerns, and provides actionable feedback. Use for PR reviews or before merging.

2026-01-12