home / skills / penkzhou

penkzhou skills

Find 11 skills from 1 repo created by penkzhou on GitHub.

1 repo
11 skills
GitHub

Sponsored

elements-of-style

penkzhou/swiss-army-knife-plugin

2
Strunk 写作规则,用于提升文档质量。适用于所有面向人类读者的文本:文档、报告、注释、提交信息等。
backend-bugfix

penkzhou/swiss-army-knife-plugin

2
This skill should be used when the user asks to "debug backend tests", "fix pytest failures", "analyze Python errors", "fix FastAPI bugs", or mentions keywords like "pytest", "IntegrityError", "ValidationError", "SQLAlchemy", "FastAPI". It provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices for Python/FastAPI backends.
bugfix-workflow

penkzhou/swiss-army-knife-plugin

2
通用 Bugfix 工作流知识库,包含 TDD 流程、输出格式规范、置信度评分标准和通用最佳实践。适用于所有技术栈(backend/frontend/e2e)。
frontend-bugfix

penkzhou/swiss-army-knife-plugin

2
Use this skill when debugging frontend test failures (React/TypeScript, Vitest, etc.), fixing bugs in React/TypeScript code, or following TDD methodology for frontend bug fixes. This skill provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices.
knowledge-patterns

penkzhou/swiss-army-knife-plugin

2
PR Review 修复模式库。在处理 PR Review 评论时自动查阅,寻找已知问题模式和解决方案。
coordinator-patterns

penkzhou/swiss-army-knife-plugin

2
master-coordinator 和 review-coordinator 共享的通用模式,包括 Phase 验证、错误处理、TodoWrite 管理和状态说明。所有 coordinator agents 应引用此 skill 以保持一致性。
ci-job-analysis

penkzhou/swiss-army-knife-plugin

2
CI Job 失败分析知识库,包含失败类型分类、置信度评估、技术栈识别和常见错误模式
e2e-bugfix

penkzhou/swiss-army-knife-plugin

2
This skill should be used when the user asks to "debug E2E tests", "fix Playwright failures", "fix Cypress tests", "analyze timeout errors", or mentions keywords like "Playwright", "Cypress", "Timeout exceeded", "locator", "selector", "flaky test". It provides the complete bugfix workflow knowledge including error classification, confidence scoring, and E2E-specific debugging techniques.
execute-plan

penkzhou/swiss-army-knife-plugin

2
计划执行工作流知识库,包含计划格式规范、任务解析、依赖分析和执行策略
pr-review-analysis

penkzhou/swiss-army-knife-plugin

2
PR Code Review 评论分析知识库,包含置信度评估、优先级分类、技术栈识别和常见评论模式