🔒

單元測試

5220 skills in 測試與安全 > 單元測試

mcaf-adr-writing

Create or update an ADR (Architecture Decision Record) under `docs/ADR/` using `docs/templates/ADR-Template.md`: context, decision, alternatives, consequences, rollout, and verification. Use when changing architecture, boundaries, dependencies, data model, or cross-cutting patterns; ensure it is self-contained, has a Mermaid diagram, and defines testable invariants.

managedcode/MCAF
31
4
更新於 1w ago

mcaf-formatting

Format code and keep style consistent using the repository’s canonical formatting/lint commands from `AGENTS.md`. Use after implementing changes or when formatting drift causes noisy diffs; keep formatting changes intentional and verified with build/tests.

managedcode/MCAF
31
4
更新於 1w ago

nurture-testing

Marketplace

Use when planning, executing, and logging nurture experiments and regression tests.

gtmagents/gtm-agents
31
7
更新於 1w ago

mcaf-feature-spec

Create or update a feature spec under `docs/Features/` using `docs/templates/Feature-Template.md`: business rules, user flows, system behaviour, Mermaid diagram(s), verification plan, and Definition of Done. Use before implementing a non-trivial feature or when behaviour changes; keep the spec executable (test flows + traceability to tests).

managedcode/MCAF
31
4
更新於 1w ago

update-publications

Updates the Monarch Initiative publications page with latest data from Google Scholar. Use this when the user asks to update publications, refresh citation metrics, or add new papers to the publications page.

monarch-initiative/monarch-app
31
7
更新於 1w ago

offer-testing

Marketplace

Use when designing copy experiments to optimize hooks, offers, and CTAs.

gtmagents/gtm-agents
31
7
更新於 1w ago

creative-iteration-playbook

Marketplace

Framework for briefing, testing, and scaling social creative variations.

gtmagents/gtm-agents
31
7
更新於 1w ago

campaign-architecture

Marketplace

Use when structuring paid media campaigns/ad sets to balance testing, delivery, and optimization constraints.

gtmagents/gtm-agents
31
7
更新於 1w ago

specswarm-ship

Marketplace

Systematic quality validation, test verification, and safe merging workflow for deployment/release operations. ALWAYS asks for confirmation when user wants to ship, deploy, merge, release, or complete features to production, merge to main branch, or finalize features. This is a DESTRUCTIVE operation (merges and deletes branches).

MartyBonacci/specswarm
31
1
更新於 1w ago

quality-gates

Marketplace

Use when establishing tests, monitoring, and incident response for analytics models.

gtmagents/gtm-agents
31
7
更新於 1w ago

universalist

Algebra-Driven Design (ADD): model domains via minimal algebra + laws; encode in types; test laws.

tkersey/dotfiles
30
0
更新於 1w ago

zig

Zig runbook: build/test, comptime patterns, allocators, build.zig/build.zig.zon, zero-copy parsing, C interop.

tkersey/dotfiles
30
0
更新於 1w ago

abstraction-laws

Law-driven abstraction protocol: evidence first, seam test, minimal algebra, executable law check.

tkersey/dotfiles
30
0
更新於 1w ago

close-the-loop

Force at least one feedback signal after code changes (static checks, logs, tests, UI); prefer local over CI.

tkersey/dotfiles
30
0
更新於 1w ago

testing

Applies TDD process, test quality criteria, and mock guidelines. Use when: writing unit tests, using mocks, or reviewing test quality.

shinpr/agentic-code
30
3
更新於 1w ago

integration-e2e-testing

Designs integration and E2E tests with mock boundaries. Use when: writing E2E tests, integration tests, or reviewing test quality.

shinpr/agentic-code
30
3
更新於 1w ago

prove-it

Gauntlet for absolute claims (always/never/guaranteed/optimal); pressure-test, then refine with explicit boundaries.

tkersey/dotfiles
30
0
更新於 1w ago

testing-process

Guidelines describing how to test the code. Use whenever writing new or updating existing code, for example after implementing a new feature or fixing a bug.

serpro69/claude-starter-kit
30
6
更新於 1w ago

testing-strategy

Prioritizes tests based on ROI and critical user journeys. Use when: deciding test coverage, selecting test types, or budgeting effort.

shinpr/agentic-code
30
3
更新於 1w ago

lua-testing-best-practices

Comprehensive testing patterns for this Neovim plugin. Covers table-driven tests, async patterns, mocking, fixtures, and buffer testing. Apply when writing or reviewing tests.

skanehira/github-actions.nvim
29
1
更新於 1w ago