Skip to main content
在 Manus 中运行任何 Skill
一键导入
buzzdan
GitHub 创作者资料

buzzdan

按仓库查看 1 个 GitHub 仓库中的 12 个已收集 skills,并展示近似职业覆盖。

已收集 skills
12
仓库
1
职业领域
1
更新
2026-04-28
职业覆盖
该创作者主要覆盖的职业大类。
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

#001
ai-coding-rules
12 个 skills41更新于 2026-04-28
占该创作者 100%
code-designing
软件开发工程师

Domain type design and architectural planning for Go code. Use when planning new features, designing self-validating types, preventing primitive obsession, or when refactoring reveals need for new types. Focuses on vertical slice architecture and type safety.

2026-04-28
documentation
软件开发工程师

Creates concise, behavior-focused documentation for humans and AI. Use after feature implementation OR bug fixes to document HOW THE PRODUCT BEHAVES. NOT a changelog - documents current behavior, not change history.

2026-04-28
linter-driven-development
软件开发工程师

WHEN: User requests Go code work (implement, fix, add, refactor) or mentions @ldd in a Go project. Orchestrates complete workflow (Phases 1-5): design → test → implement → lint → fix → documentation. Auto-triggers parallel quality analysis and iterative fix loop until code is commit-ready.

2026-04-28
pre-commit-review
软件质量保证分析师与测试员

ADVISORY validation of code against design principles that linters cannot enforce. Loaded by go-code-reviewer agent for design analysis guidance. Also invoked by @refactoring (after pattern application). Can be manually invoked for standalone code review. Categorizes findings as Design Debt, Readability Debt, or Polish Opportunities. Does NOT block commits.

2026-04-28
refactoring
软件开发工程师

Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.

2026-04-28
testing
软件质量保证分析师与测试员

Use when creating leaf types, after refactoring, during implementation, or when testing advice is needed. Automatically invoked to write tests for new types, or use as testing expert advisor. Covers unit, integration, and system tests with emphasis on in-memory dependencies. Ensures 100% coverage on leaf types with public API testing.

2026-04-28
component-designing
软件开发工程师

Component and type design for TypeScript + React code. Use when planning new features, designing components and custom hooks, preventing primitive obsession, or when refactoring reveals need for new abstractions. Supports layer-based and hybrid architecture patterns with type safety.

2026-04-12
pre-commit-review
软件质量保证分析师与测试员

ADVISORY validation of code against design principles, accessibility, and best practices that linters cannot fully enforce. Use after linter passes and tests pass to validate design quality. Categorizes findings as Design Debt, Readability Debt, or Polish Opportunities. Does NOT block commits.

2026-04-12
当前展示该仓库 Top 8 / 12 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库