hyhyxyx
- 25 skills
- 0 followers
- 4 hours ago last updated
- ▌ 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.
- ▌ Teach · hyhyxyx bundle在当前工作区中通过互动课程、练习和学习记录教授一项技能或概念。 English: Teach the user a new skill or concept, within this workspace.
- ▌ 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.
- ▌ 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.
- ▌ Handoff · hyhyxyx bundle把当前对话压缩成可供另一个智能体或新会话继续执行的交接文档。 English: Compact the current conversation into a handoff document for another agent to pick up.
- ▌ 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.
- ▌ Ask Matt · hyhyxyx bundle为当前问题选择合适的技能或工作流;适用于不知道下一步该使用哪个技能时。 English: Ask which skill or flow fits your situation. A router over the skills in this repo.
- ▌ Grill Me · hyhyxyx bundle通过持续访谈把计划、设计或想法中的隐含分支全部澄清。 English: A relentless interview to sharpen a plan or design.
- ▌ 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.
- ▌ 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.
- ▌ Implement · hyhyxyx bundle按照已经确认的规格或任务票实施功能;适用于需求已经清晰并准备编码时。 English: Implement a piece of work based on a spec or set of tickets.
- ▌ 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.
- ▌ Wait What · hyhyxyx bundle当上一条说明没有讲清楚时,结合项目语境用更直白的中文重新解释。 English: Stop. That last message did not land: re-pitch it.
- ▌ 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.
- ▌ 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).
- ▌ 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".
- ▌ 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.
- ▌ 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.
- ▌ 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.
- ▌ 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.
- ▌ To Questionnaire · hyhyxyx bundle把需要由其他人回答的决策缺口整理成结构化问卷。 English: Turn a decision you can't fully answer into a questionnaire for someone else to fill in.
- ▌ 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.
- ▌ 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.
- ▌ Resolving Merge Conflicts · hyhyxyx bundle依据双方原始意图解决正在进行的Git合并或变基冲突。 English: Use when you need to resolve an in-progress git merge/rebase conflict.
- ▌ 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.