dotfiles
dotfiles contient 15 skills collectées depuis magic3007, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Ralph Wiggum 迭代开发循环。三阶段工作流(需求→规划→构建),每阶段有 code review + 测试 gate。 触发词:ralph loop、迭代开发、interview me、plan system、build system。
Rebase from the latest origin/main, squash branch commits, and create or update a GitHub pull request. Use when asked to prepare or create a PR.
Generate an intelligent Conventional Commit message from staged changes. Use when asked to draft or create a commit from the staged diff.
Review a GitHub pull request with risk-based analysis and parallel subagents. Use when asked to review the current branch PR or a specific PR number.
Analyze staged changes and split them into logical Conventional Commits. Use when asked to plan or create multiple cohesive commits.
所有联网操作必须通过此 skill 处理,包括:搜索、网页抓取、登录后操作、网络交互等。 触发场景:用户要求搜索信息、查看网页内容、访问需要登录的网站、操作网页界面、抓取社交媒体内容(小红书、微博、推特等)、读取动态渲染页面、以及任何需要真实浏览器环境的网络任务。
诊断并激活长期停滞的项目文档。Use when: (1) 项目状态为 active 但周记录/里程碑/工作日志大面积空白, (2) 项目已进行多周但文档未更新,(3) 用户感到"做了很多但看不到成果",(4) 项目文档沦为空模板。 核心方法:从已有记录反推补全进展 → 定义阶段性里程碑 → 建立同步闭环。
在Claude Code中开发自定义skill的完整指南。包括项目结构、配置方法、定时任务集成、MCP工具调用等。 适用于需要创建自动化工作流、定期任务、工具集成等场景。
解决飞书自定义机器人webhook消息发送格式问题。使用当: (1) 发送post类型富文本消息返回19002参数错误, (2) 消息格式调试困难, (3) 需要快速验证webhook可用性, (4) 发送包含特殊字符的文本时出现JSON解析错误。 包含正确的消息格式示例和常见错误解决方案。
MCP Notion工具使用指南,包含常见问题解决方案和最佳实践。使用当: (1) 访问Notion数据库view URL出现"URL type view not currently supported"错误, (2) 需要获取数据库schema和表结构信息, (3) 查询数据库中的条目内容, (4) 创建页面时MULTI_SELECT字段值不存在导致失败, (5) 需要更新数据库schema添加新选项, (6) 开发需要集成Notion数据的自动化工作流。
Analyze a GitHub/GitLab Pull Request by fetching its diff, reading its web description, and generating a comprehensive document. Use when the user provides a PR link and wants to understand what changes the PR introduces, or asks to review/analyze/summarize a pull request.
Establish systematic debugging experience documentation for projects using Claude Code. Use when: (1) Projects have recurring debugging issues, (2) Teams want to accumulate debugging knowledge, (3) Using Claude Code as development tool, (4) Need standardized debugging experience records. Provides rules, templates, and scripts for creating a complete debugging knowledge management system.
分析GitHub/GitLab的Pull Request,拉取代码获取diff,读取PR网页描述,生成综合分析文档。当用户提供PR链接并要求分析、审查或总结PR时使用。
分析git更改并分次提交,支持从git diff或git staged分析,每次提交都是逻辑上独立的功能
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.