Skip to main content
DRMacIver
GitHub 创作者资料

DRMacIver

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

已收集 skills
20
仓库
6
更新
2026年7月27日
仓库浏览

仓库与代表性 skills

deciding-what-to-work-on
综合与运营经理

This skill should be used when the user asks 'what should I work on', 'what's next', 'pick a task', or when needing to select between multiple available tasks. Provides guidance for prioritizing and selecting tasks.

2026年1月30日
how-to-documentation
技术写作员

This skill should be used when creating documentation, writing instructions, capturing reusable procedures, or when the user asks to 'create a how-to' or 'document a procedure'. Provides guidance for creating effective how-to documentation.

2026年1月30日
task-management
计算机与信息系统经理

This skill should be used when starting complex multi-step work, when breaking down work into smaller pieces, or when needing to track progress on tasks. Provides guidance on creating fine-grained tasks with proper dependencies.

2026年1月30日
understanding-user-intent
项目管理专家

This skill should be used before planning or implementing any non-trivial request. It provides a systematic approach to understanding what the user actually wants, not just what their words literally say. Prevents building technically-correct-but-useless…

2026年1月29日
implementing-a-new-feature
软件开发工程师

This skill should be used when the user asks to implement a new feature, add new functionality, or build something new. Provides a systematic approach to feature implementation that avoids common pitfalls like making false assumptions about APIs or tool…

2026年1月27日
working-on-github-issues
软件开发工程师

This skill should be used when the user asks to work on a GitHub issue, fix a bug from an issue, or implement a feature request from GitHub. Provides guidance on properly understanding issues, defining acceptance criteria, and committing work that references…

2026年1月26日
test-coverage
软件质量保证分析师与测试员

This skill should be used when the user asks to 'get to 100% coverage', 'improve test coverage', 'cover uncovered code', 'fix coverage gaps', or mentions uncovered lines or coverage percentage. Provides strategies for achieving complete test coverage through…

2026年1月25日
requirements-gathering
项目管理专家广告与促销经理+1

This skill should be used when the user's request is ambiguous, the scope is unclear, there are multiple valid interpretations, or details need clarification before proceeding. Guides collaborative requirements gathering to understand the problem being solved.

2026年1月25日
crash-injection-testing
软件质量保证分析师与测试员

Property-test a storage engine's crash/power-loss recovery by injecting simulated crashes through its storage-backend abstraction: a backend that separates "written" from "fsynced" bytes, plus a full write log that lets you cut the stream anywhere (including…

2026年7月27日
stateful-model-based-testing
软件质量保证分析师与测试员

Build a stateful, model-based property test for a stateful Rust API (a data structure, store, engine, or VM) with hegel — drive a random sequence of operations against both the real system and a simpler reference model, and assert equivalence plus invariants…

2026年7月27日
coverage-guided-property-testing
软件质量保证分析师与测试员

Close the last uncovered regions of a dependency under property test by measuring per-file region coverage of the DEPENDENCY (not your crate), reading why each cold region is cold, and writing property-shaped tests — with a real oracle, not mere calls — that…

2026年7月27日
metamorphic-and-differential-testing
软件质量保证分析师与测试员

Property-test a stateful Rust API without a reference model, using hegel: metamorphic relations (two executions whose results must relate in a known way — commuting operations, do/undo identities, batch-equals-loop, reset-equals-fresh) and differential…

2026年7月27日
prioritising-bugs-to-report
软件质量保证分析师与测试员

Decide whether a bug found in someone else's crate is actually worth reporting, and how strong a finding it is, before writing it up. Use when triaging a candidate bug, selecting which findings to file upstream, or sanity-checking a severity claim. Guards…

2026年7月26日
writing-a-good-bug-report
软件开发工程师

Write an upstream bug report or GitHub issue draft for a bug found in someone else's project. Use when drafting bug reports, issue text, or reproductions to send to a crate's or library's maintainers. Produces a short, plainly-written report led by a runnable…

2026年7月26日
已展示 6 / 6 个仓库
已展示全部仓库