← all publishers

toRolex

@torolex source repo

38 published skills

  1. Tdd · torolex bundle
    测试驱动开发(Test-Driven Development)。当用户希望以测试先行(test-first)的方式构建功能或修复 bug、提到 "red-green-refactor",或需要集成测试时使用。
    0
    installs
  2. QA Plan · torolex bundle
    根据最近一批 commit 生成 step-by-step QA 测试计划,并保存为 GitHub issue。用户通过 /qa-plan 调用。
    0
    installs
  3. Quiz Me · torolex
    就一次变更出报告和测验,满分通过才 merge。
    0
    installs
  4. To Plan · torolex
    写一份供审阅的 implementation plan,最可能变的决策置顶,机械性工作沉底。
    0
    installs
  5. To Pitch · torolex
    打包 prototype、spec、implementation notes 成一份争取 buy-in 和批准的文档。
    0
    installs
  6. Triage · torolex bundle
    将 issue 和外部 PR 通过一个分类角色 state machine 进行 triage 流转:分类、验证、如有需要,grill(追问澄清),并编写 agent-ready brief。
    0
    installs
  7. Wizard · torolex bundle
    生成一个交互式 bash wizard,引导人类一步步完成只有他们能执行的步骤。用于开通基础设施、设置凭据或 CI secrets、在一个不熟悉的第三方 dashboard 中操作,或运行一次性迁移或切换。不要为 agent 自己能执行的步骤调用它。
    0
    installs
  8. Safe Pull · torolex
    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
    installs
  9. Teach · torolex bundle
    在教学工作区内教授用户一项新技能或概念。
    0
    installs
  10. To Spec · torolex
    把当前对话变成一份 spec,并发布到项目的 issue tracker:不做访谈,只综合你们已经讨论过的内容。
    0
    installs
  11. Brainstorm · torolex
    在一个充满 unknown knowns 的领域发散:列举可能性、产出多个截然不同的方向供用户反应。当用户要求 brainstorm、头脑风暴多个方案,或 grilling 中发现剩下的决策要看到实物才能定时使用。
    0
    installs
  12. Research · torolex
    针对高信任度一手资料调研问题,并将发现作为 Markdown 文件保存在仓库中。当用户希望调研某个主题、查阅文档或 API 事实、或将阅读工作委托给后台 agent 时使用。
    0
    installs
  13. Ask Advisor · torolex
    显式把当前决策点交给强模型顾问(strong-model-consultant),获取决策建议。
    0
    installs
  14. Handoff · torolex
    将当前对话压缩为 handoff 文档,供另一个 agent 接续。
    0
    installs
  15. Ask Rolex · torolex bundle
    询问哪个 skill 或 flow 适合当前场景。本仓库所有 user-invoked skill 的路由器。
    0
    installs
  16. Implement · torolex
    根据 spec 或一组 tickets 实现一项工作。
    0
    installs
  17. Prototype · torolex bundle
    构建一个 throwaway prototype 来回答设计问题。当用户想确认某个 state model 或 logic 是否合理,或想探索 UI 应该长什么样时使用。
    0
    installs
  18. Wayfinder · torolex bundle
    把一大块工作(超过一个 agent 会话能容纳的体量)规划为 issue tracker 上共享的 decision tickets 的 map,然后逐个解决它们,直到通往 destination 的路清晰可见。
    0
    installs
  19. Grilling · torolex
    对 plan、decision 或 idea 进行无休止的追问。当用户想要压力测试他们的思考,或使用任何 'grill' 触发短语时使用。
    0
    installs
  20. To Tickets · torolex bundle
    将计划、spec 或当前对话拆解为一组 tracer bullet tickets,每张 ticket 声明其 blocking edges,并发布到已配置的 tracker(本地以每张 ticket 一个文件用文本记录 edges,或在真实 tracker 上使用原生 blocking 链接)。
    0
    installs
  21. Pre Implement · torolex
    在计划或讨论结束、开始实际交付任务时调用:新建并维护 implementation notes,逐步记录实现决策;偏离 plan、spec 时记录 Deviations。
    0
    installs
  22. Wait What · torolex
    停下。上一条消息没有说清楚:重新讲一遍。
    0
    installs
  23. Code Review · torolex
    审查自某个 fixed point(commit、branch、tag 或 merge-base)以来的变更,沿两个轴进行:Standards(代码是否遵循本仓库文档化的编码规范?)和 Spec(代码是否匹配原始 issue/spec 的要求?)。两个并行 sub-agent 分别运行审查并并排报告结果。当用户想要 review branch、PR、进行中的变更,或要求 "review since X" 时使用。
    0
    installs
  24. Afk Issue Loop · torolex bundle
    处理指定 GitHub Ticket;未指定时批量处理 open `ready-for-agent` Tickets,按依赖实现、审查并流式合并。
    0
    installs
  25. Clean Branches · torolex
    清理本地和远程已合并的 Git 分支。扫描所有本地分支和远程 tracking branches,标记已合并入当前分支的分支,一次性列表让用户勾选确认后删除并验证结果。使用场景包括:分支太多要清理、合并后残留、worktree 未清理、远程 stale branches。当用户提到 清理分支/删分支/整理分支/clean branches/branch cleanup/prune branches/git clean 时务必使用。对于合并后残留的发布分支、废弃的功能分支、已修复的 bugfix 分支尤其适用。
    0
    installs
  26. Blind Spot Pass · torolex
    找出用户的 unknown unknowns 并向用户解释。当用户要求 blind spot pass 时使用。
    0
    installs
  27. Publish Release · torolex bundle
    当用户说发版/发布/release/publish/bump version/tag,或准备发布新版本时使用。自动检测 Git Flow(存在 develop)与 Trunk-based(无 develop)两种分支模型,走对应发版流程。
    0
    installs
  28. Codebase Design · torolex bundle
    用于设计 deep modules 的 shared vocabulary。当用户想设计或改进某个 module 的 interface、寻找 deepening 机会、决定 seam 放在哪里、让代码更可测试或更易被 AI 导航,或当其他 skill 需要 deep-module vocabulary 时使用。
    0
    installs
  29. Diagnosing Bugs · torolex bundle
    针对硬 bug 和 performance regression 的诊断循环。当用户说"诊断"/"调试这个",或报告有东西坏了/抛异常/失败/慢时使用。
    0
    installs
  30. Domain Modeling · torolex bundle
    构建并打磨项目的 domain model。在讨论代码库术语、编写或编辑 CONTEXT.md、或记录或编辑 ADR 时使用。
    0
    installs
  31. Git Flow Conventions · torolex bundle
    Git Flow 分支管理与提交规范指南。当用户进行分支操作、合并代码、提交 PR/MR、 规划发版、修复线上 Bug、或询问 Git 协作规范时使用。覆盖完整 Git Flow 模型 (develop/feature/release/hotfix)、分支命名规范、commit message 格式、 PR 提交流程和最佳实践。触发场景包括:创建分支、合并代码、git commit、发版、 hotfix、分支命名、PR 描述、代码审查提交。
    0
    installs
  32. To Questionnaire · torolex
    把一个你无法完全回答的决策,变成一个让其他人填写的问题单。
    0
    installs
  33. Setup Rolex Skills · torolex bundle
    配置本仓库的工程 skill:设置 issue tracker、triage 标签词汇和领域文档布局。每个仓库在首次使用其他工程 skill 之前运行一次。
    0
    installs
  34. Vertical Slice Review · torolex
    审查 ticket 拆解方案是否符合 vertical slice 方法论:逐条判定是否贯穿 schema/API/UI/tests、能否独立 demo、大小能否放进一个 context window,读代码库验证、必要时重拆,并调用 strong-model-consultant 复核。
    0
    installs
  35. Writing For Agents · torolex bundle
    为 agent 撰写文档。在创建或编辑 skill,或修改 AGENTS.md 或 CLAUDE.md 时使用。
    0
    installs
  36. Writing Great Skills · torolex bundle
    Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
    0
    installs
  37. Resolving Merge Conflicts · torolex
    当你需要解决进行中的 git merge/rebase 冲突时使用。
    0
    installs
  38. Improve Codebase Architecture · torolex bundle
    扫描代码库找出 deepening opportunities,以可视化的 HTML report 呈现出来,然后对你挑中的那个进行 grilling。
    0
    installs