Skip to main content
iZiTTMarvin
GitHub 创作者资料

iZiTTMarvin

按仓库查看 6 个 GitHub 仓库中的 88 个已收集 skills。

已收集 skills
88
仓库
6
更新
2026-07-20
仓库浏览

仓库与代表性 skills

design-an-interface
软件开发工程师

使用并行 sub-agents 为一个 module 生成多套差异显著的 interface 设计。适用于用户希望设计 API、探索 interface 选项、比较 module 形态,或提到“design it twice”的场景。

2026-07-20
qa
软件质量保证分析师与测试员

运行交互式 QA session:用户通过对话报告 bugs 或 issues,agent 随后创建 GitHub issues;同时在后台探索 codebase,获取上下文和 domain language。适用于用户希望报告 bugs、开展 QA、通过对话创建 issues,或提到“QA session”的场景。

2026-07-20
request-refactor-plan
软件开发工程师

通过用户访谈创建一份由微小 commits 组成的详细 refactor plan,并将其提交为 GitHub issue。适用于用户希望规划 refactor、创建 refactoring RFC,或将 refactor 拆分为安全的增量步骤。

2026-07-20
ubiquitous-language
软件开发工程师

从当前对话中提取一份 DDD 风格的 ubiquitous language glossary,标出歧义并提出规范术语,保存到 UBIQUITOUS_LANGUAGE.md。适用于用户希望定义 domain terms、建立 glossary、收紧术语、创建 ubiquitous language,或提到“domain model”或“DDD”的场景。

2026-07-20
ask-matt
其他计算机职业

询问当前情境适合使用哪个 Skill 或工作流。本 Skill 是仓库内其他 Skills 的路由入口。

2026-07-20
code-review
软件质量保证分析师与测试员

从用户指定的固定点(commit、branch、tag 或 merge-base)开始,从两个维度审查代码变更:Standards 检查代码是否遵守仓库记录的编码规范,Spec 检查实现是否符合原始 Issue、PRD 或规格。两个审查由并行子 Agent 分别完成,再并列汇报。适用于用户希望审查分支、PR、开发中的改动,或要求“审查自 X 以来的变更”时。

2026-07-20
codebase-design
软件开发工程师

用于设计深模块的共享词汇体系。适用于用户希望设计或改进模块接口、寻找深化机会、决定 seam 的位置、提高代码的可测试性或 Agent 可导航性,或其他 Skill 需要使用深模块词汇时。

2026-07-20
diagnosing-bugs
软件开发工程师

面向棘手缺陷和性能回退的诊断闭环。适用于用户要求“诊断”“排查”“debug”,或报告功能损坏、抛出异常、运行失败、响应缓慢时。

2026-07-20
当前展示该仓库 Top 8 / 41 个已收集 skills。
cron-backup
网络与计算机系统管理员

Set up scheduled automated backups with version tracking and cleanup. Use when users need to (1) Schedule periodic backups of directories or files, (2) Monitor version changes and backup on updates, (3) Automatically clean up old backups to save space, (4) Create backup strategies for configuration files, code repositories, or user data.

2026-03-12
skill-from-memory
软件开发工程师

Convert memory, conversation history, or completed tasks into publishable OpenClaw skills. Use when (1) A task or workflow should be reusable, (2) Extracting lessons from memory to create tools, (3) Packaging solved problems as skills for future use, (4) Publishing skills to GitHub and ClawHub registry.

2026-03-12
siyuan-task
项目管理专家

Manage tasks in SiYuan Note via its HTTP API. Create, query, update, and organize tasks stored in the 任务清单 document (with a TASK database) and sub-documents for related materials. Use when the user mentions SiYuan, task management, or needs to track work items.

2026-03-12
ket-exam-prep-app
成人基础教育与英语第二语言讲师

Guides development of KET (A2 Key for Schools) exam preparation and English learning applications. Supports both English beginners (Pre-A1, A1) and KET prep learners. Use when building listening, speaking, reading, or writing features, Cambridge A2 learning apps, or beginner-friendly English practice.

2026-03-12
zapper-api
软件开发工程师

Query DeFi portfolios, token holdings, NFTs, transactions, and prices via Zapper API. Supports 50+ chains. Use when user asks about wallet balances, DeFi positions, NFT collections, token prices, or transaction history.

2026-03-12
spool
软件开发工程师

Threads CLI - Read, post, reply, and search on Meta's Threads using OpenClaw browser tool. Use when the user wants to interact with Threads: posting, reading timeline, viewing profiles, replying to threads, or searching.

2026-03-12
zkclaw
软件开发工程师

ZKclaw — Anonymous posting to Farcaster & X for AI agents. No registration, no API keys. Hold $ZKCLAW tokens and post anonymously using zero-knowledge proofs.

2026-03-12
finishing-a-development-branch
软件开发工程师

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-03-12
当前展示该仓库 Top 8 / 19 个已收集 skills。
当前展示该仓库 Top 8 / 16 个已收集 skills。
br-brainstorming
软件开发工程师

BuildRail 小功能探索。通过快速确认意图 + 技术讨论, 把"我想加个功能"变成可执行的需求文档。 适用于:功能添加、功能修改、优化调整、bug 修复设计。 不要用于:新项目、大重构、架构决策(用 /br-office-hours)。

2026-06-30
br-debug
软件开发工程师

BuildRail 系统化调试。当验收失败、测试不通过、代码报错时, 用结构化流程定位根因并修复。 适用于:验收失败后需要调试修复、测试不通过、运行时报错。 不要用于:范围审查(用 /br-scope-check)、需求探索(用 /br-office-hours)。

2026-06-30
br-office-hours
软件开发工程师

BuildRail 大方向探索。以产品经理的视角深入审问项目方向, 通过结构化追问挖出真实需求,产出设计文档。 适用于:新项目、大重构、架构决策、产品方向讨论。 不要用于:具体功能添加、bug 修复、小改动(用 /br-brainstorming)。

2026-06-30
br-review
软件质量保证分析师与测试员

BuildRail 代码审查。合并前审查每个变更,覆盖五个维度。 适用于:合并前审查、功能完成后审查、重构代码审查。 不要用于:需求探索(用 /br-office-hours)、调试(用 /br-debug)。

2026-06-30
br-scope-check
软件开发工程师

BuildRail 范围挑战。在动手写计划之前,先审查设计文档的质量和可行性。 6 项检查:复用、最小变更集、复杂度、技术选型、完整性、Not Doing 一致性。 适用于:已有 APPROVED 设计文档,准备进入实现规划阶段。 不要用于:需求探索(用 /br-office-hours)、代码审查(用 /br-review)。

2026-06-30
br-task-breakdown
软件开发工程师

BuildRail 任务拆分。把设计文档拆成可执行的任务列表, 每个任务有明确的验收标准、涉及文件和依赖关系。 适用于:已有 APPROVED 设计文档(建议先跑 /br-scope-check)。 不要用于:需求探索(用 /br-office-hours)、范围审查(用 /br-scope-check)。

2026-06-30
br-test
软件质量保证分析师与测试员

BuildRail 测试驱动开发。写代码前先写测试,用测试证明代码是对的。 适用于:实现新功能、修复 bug、修改现有行为。 不要用于:纯配置变更、文档更新、无行为影响的静态内容。

2026-06-30
br-verify
软件质量保证分析师与测试员

BuildRail 验收检查。针对单个任务的验收标准,执行验证命令并判断是否通过。 适用于:已有实现代码,需要验证是否满足验收标准。 不要用于:代码审查(用 /br-review)、范围检查(用 /br-scope-check)。

2026-06-30
当前展示该仓库 Top 8 / 9 个已收集 skills。
已展示 6 / 6 个仓库
已展示全部仓库