← All creators

toRolex

User

AI 编程技能合集——让 Claude Code 听懂中文、帮你干活。基于 mattpocock/skills 改编并补充了原创工具。

29 indexed · 0 Featured · 0 stars · avg score 72
Prolific

Categories

Indexed Skills (29)

AI & Automation Listed

ask-rolex

询问哪个 skill 或 flow 适合当��场景。本仓库所有 user-invoked skill 的路由器。

0 Updated today
toRolex
Data & Documents Listed

improve-codebase-architecture

扫描代码库找出 deepening opportunities,以可视化的 HTML report 呈现出来,然后对你挑中的那个进行 grilling。

0 Updated today
toRolex
AI & Automation Listed

setup-rolex-skills

配置本仓库的工程 skill——设置 issue tracker、triage 标签词汇和领域文档布局。每个仓库在首次使用其他工程 skill 之前运行一次。

0 Updated today
toRolex
AI & Automation Listed

to-tickets

将计划、spec 或当前对话拆解为一组 tracer bullet tickets,每张 ticket 声明其 blocking edges,并发布到已配置的 tracker——本地以每张 ticket 一个文件用文本记录 edges,或在真实 tracker 上使用原生 blocking 链接。

0 Updated today
toRolex
AI & Automation Listed

triage

将 issue 和外部 PR 通过一个分类角色 state machine 进行 triage 流转——分类、验证、如有需要,grill(追问澄清),并编写 agent-ready brief。

0 Updated today
toRolex
AI & Automation Listed

wayfinder

把一大块工作——超过一个 agent 会话能容纳的体量——规划为 issue tracker 上共享的 decision tickets 的 map,然后逐个解决它们,直到通往 destination 的路清晰可见。

0 Updated today
toRolex
Code & Development Listed

afk-issue-loop

遍历标记为 ready-for-agent 的 GitHub issue,用 Planner/Implementer/Reviewer/Merger 四角色循环批量实现并统一 squash merge,全部完成后提示手动 code review 或 QA。

0 Updated today
toRolex
Code & Development Listed

publish-release

当用户说发版/发布/release/publish/bump version/tag,或准备发布新版本时使用。自动检测 Git Flow(存在 develop)与 Trunk-based(无 develop)两种分支模型,走对应发版流程。

0 Updated today
toRolex
AI & Automation Listed

writing-great-skills

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

0 Updated today
toRolex
AI & Automation Listed

teach

在教学工作区内教授用户一项新技能或概念。

0 Updated today
toRolex
Testing & QA Listed

to-spec

把当前对话变成一份 spec,并发布到项目的 issue tracker——不做访谈,只综合你们已经讨论过的内容。

0 Updated today
toRolex
Code & Development Listed

qa-plan

根据最近一批 commit 生成 step-by-step QA 测试计划,并保存为 GitHub issue。用户通过 /qa-plan 调用。

0 Updated today
toRolex
Code & Development Listed

vertical-slice-review

审查 ticket 拆解方案是否符合 vertical slice 方法论:逐条判定是否贯穿 schema/API/UI/tests、能否独立 demo、大小能否放进一个 context window,读代码库验证、必要时重拆,并调用 strong-model-consultant 复核。

0 Updated today
toRolex
Code & Development Listed

code-review

审查自某个 fixed point(commit、branch、tag 或 merge-base)以来的变更,沿两个轴进行——Standards(代码是否遵循本仓库文档���的编码规范?)和 Spec(��码是否匹配原始 issue/spec 的要求?)。两个并行 sub-agent 分别运行审查并并排报告结果。当用户想要 review branch、PR、进行中的变更,或要求 "review since X" 时使用。

0 Updated today
toRolex
Web & Frontend Listed

codebase-design

用于设计 deep modules 的 shared vocabulary。当用���想设计或改进某个 module 的 interface、寻找 deepening 机会、决定 seam 放在哪里、让代码更可测试或更易被 AI 导航,或当其他 skill 需要 deep-module vocabulary 时使用。

0 Updated today
toRolex
AI & Automation Listed

diagnosing-bugs

针对硬 bug 和 performance regression 的诊断循环。当用户说"诊断"/"调试这个",或报告有东西坏了/抛异常/失败/慢时使用。

0 Updated today
toRolex
Code & Development Listed

clean-branches

清理本地和远程已合并的 Git 分支。扫描所有本地分支和远程 tracking branches,标记已合并入当前分支的分支,一次性列表让用户勾选确认后删除并验证结果。使用场景包括:分支太多要清理、合并后残留、worktree 未清理、远程 stale branches。当用户提到 清理分支/删分支/整理分支/clean branches/branch cleanup/prune branches/git clean 时务必使用。对于合并后残留的发布分支、废弃的功能分支、已修复的 bugfix 分支尤其适用。

0 Updated today
toRolex
Code & Development Listed

git-flow-conventions

Git Flow 分支管理与提交规范指南。当用户进行分支操作、合并代码、提交 PR/MR、 规划发版、修复线上 Bug、或询问 Git 协作规范时使用。覆盖完整 Git Flow 模型 (develop/feature/release/hotfix)、分支命名规范、commit message 格式、 PR 提交流程和最佳实践。触发场景包括:创建分支、合并代码、git commit、发版、 hotfix、分支命名、PR 描述、代码审查提交。

0 Updated today
toRolex
AI & Automation Listed

writing-for-agents

为 agent 撰写文档。在创建或编辑 skill,或修改 AGENTS.md 或 CLAUDE.md 时使用。

0 Updated today
toRolex
AI & Automation Listed

to-questionnaire

把一个你无法完全回答的决策,变成一个让其他人填写的问题单。

0 Updated today
toRolex
AI & Automation Listed

domain-modeling

构建并打磨项目的 domain model。当用户希望确定领域术语或 ubiquitous language、记录架构决策,或另一个 skill 需要维护 domain model 时使用。

0 Updated today
toRolex
AI & Automation Listed

prototype

构建一个 throwaway prototype 来回答设计问题。当用户想确认某个 state model 或 logic 是否合理,或想探索 UI 应该长什么样时使用。

0 Updated today
toRolex
Testing & QA Listed

tdd

测试驱动开发(Test-Driven Development)。当用户希望以测试先行(test-first)的方式构建功能或修复 bug、提到 "red-green-refactor",或需要集成测试时使用。

0 Updated today
toRolex
AI & Automation Listed

wizard

生成一个交互式 bash wizard,引导人类一步步完成只有他们能执行的步骤。用于开通基础设施、设置凭据或 CI secrets、在一个不熟悉的第三方 dashboard 中操作,或运行一次性迁移或切换。不要为 agent 自己能执行的步骤调用它。

0 Updated today
toRolex
AI & Automation Listed

safe-pull

Safe Git pull with rebase workflow — check remote changes, stash, rebase, restore, handle conflicts, and push. Covers main/develop sync and feature branch rebase. Use when the user says "sync", "pull latest", "拉取最新", "rebase main", "同步代码", "update branch", or wants to safely pull remote changes preserving linear history.

0 Updated today
toRolex
Code & Development Listed

grilling

对 plan、decision 或 idea 进行无休止的追问。当用户想要压力测试他们的思考,或使用任何 'grill' 触发短语时使用。

0 Updated today
toRolex
AI & Automation Listed

handoff

将当前对话压缩为 handoff 文档,供另一个 agent 接续。

0 Updated today
toRolex
AI & Automation Listed

research

针对高信任度一手资料调研问题,并将发现作为 Markdown 文件保存在仓库中。当用户希望调研某个主题、查阅文档或 API 事实、或将阅读工作委托给后台 agent 时使用。

0 Updated today
toRolex
Code & Development Listed

resolving-merge-conflicts

当你需要解决进行中的 git merge/rebase 冲突时使用。

0 Updated today
toRolex

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.