← all publishers

hyhyxyx

@hyhyxyx source repo

25 published skills

  1. Tdd · hyhyxyx bundle
    采用红灯、绿灯循环进行测试驱动开发;适用于明确要求测试优先、集成测试或红绿重构时。 English: Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
    0 installs
  2. Teach · hyhyxyx bundle
    在当前工作区中通过互动课程、练习和学习记录教授一项技能或概念。 English: Teach the user a new skill or concept, within this workspace.
    0 installs
  3. Triage · hyhyxyx bundle
    按分诊状态机核验、分类并整理外部问题或PR,生成可供智能体执行的任务说明。 English: Move issues and external PRs through a state machine of triage roles, categorise, verify, grill if needed, and write agent-ready briefs.
    0 installs
  4. Wizard · hyhyxyx bundle
    生成人机协作的交互式配置向导;适用于必须由用户完成的账号、凭据、控制台或迁移步骤。 English: Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.
    0 installs
  5. Handoff · hyhyxyx bundle
    把当前对话压缩成可供另一个智能体或新会话继续执行的交接文档。 English: Compact the current conversation into a handoff document for another agent to pick up.
    0 installs
  6. To Spec · hyhyxyx bundle
    把当前对话整理成可实施规格并发布到已配置的问题跟踪器。 English: Turn the current conversation into a spec and publish it to the project issue tracker: no interview, just synthesis of what you've already discussed.
    0 installs
  7. Ask Matt · hyhyxyx bundle
    为当前问题选择合适的技能或工作流;适用于不知道下一步该使用哪个技能时。 English: Ask which skill or flow fits your situation. A router over the skills in this repo.
    0 installs
  8. Grill Me · hyhyxyx bundle
    通过持续访谈把计划、设计或想法中的隐含分支全部澄清。 English: A relentless interview to sharpen a plan or design.
    0 installs
  9. Grilling · hyhyxyx bundle
    对计划、决定或想法进行逐轮追问和压力测试,直到没有未处理的决策分支。 English: Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
    0 installs
  10. Research · hyhyxyx bundle
    基于官方文档、源码和规范等一手资料开展调研并形成带引用的Markdown报告。 English: Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
    0 installs
  11. Implement · hyhyxyx bundle
    按照已经确认的规格或任务票实施功能;适用于需求已经清晰并准备编码时。 English: Implement a piece of work based on a spec or set of tickets.
    0 installs
  12. Prototype · hyhyxyx bundle
    制作一次性逻辑或界面原型来回答设计问题;适用于需要先看效果或验证状态模型时。 English: Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
    0 installs
  13. Wait What · hyhyxyx bundle
    当上一条说明没有讲清楚时,结合项目语境用更直白的中文重新解释。 English: Stop. That last message did not land: re-pitch it.
    0 installs
  14. Wayfinder · hyhyxyx bundle
    把超出单次会话的大型模糊工作规划为决策任务地图,并逐步消除关键不确定性。 English: Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
    0 installs
  15. To Tickets · hyhyxyx bundle
    把方案或规格拆成带依赖关系的纵向任务票,并发布到已配置的问题跟踪器。 English: Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).
    0 installs
  16. Code Review · hyhyxyx bundle
    从代码规范和需求规格两个维度审查指定基准后的改动;适用于分支、PR或工作区代码评审。 English: Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
    0 installs
  17. Codebase Design · hyhyxyx bundle
    使用深模块方法设计或改善代码接口、接缝和可测试性;适用于模块设计和架构重构。 English: Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
    0 installs
  18. Diagnosing Bugs · hyhyxyx bundle
    用可重复反馈闭环诊断疑难故障和性能回退;适用于报错、失败、卡顿、抖动或难以复现的问题。 English: Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
    0 installs
  19. Domain Modeling · hyhyxyx bundle
    建立并校准项目领域语言、CONTEXT文档和架构决策记录;适用于术语、概念关系和关键决策。 English: Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.
    0 installs
  20. Grill With Docs · hyhyxyx bundle
    通过连续追问澄清设计,同时沉淀领域词汇和架构决策文档;适用于需要在项目内留下决策依据的方案讨论。 English: A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
    0 installs
  21. To Questionnaire · hyhyxyx bundle
    把需要由其他人回答的决策缺口整理成结构化问卷。 English: Turn a decision you can't fully answer into a questionnaire for someone else to fill in.
    0 installs
  22. Writing For Agents · hyhyxyx bundle
    编写或修改供智能体读取的技能、AGENTS.md、CLAUDE.md及其引用文档。 English: Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
    0 installs
  23. Setup Matt Pocock Skills · hyhyxyx bundle
    为当前仓库配置问题跟踪器、分诊标签和领域文档布局;首次使用工程技能集前运行。 English: Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
    0 installs
  24. Resolving Merge Conflicts · hyhyxyx bundle
    依据双方原始意图解决正在进行的Git合并或变基冲突。 English: Use when you need to resolve an in-progress git merge/rebase conflict.
    0 installs
  25. Improve Codebase Architecture · hyhyxyx bundle
    扫描代码库中的深模块改进机会并生成可视化报告;适用于主动检查架构质量。 English: Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
    0 installs