Skip to main content
GitHub リポジトリ

harness-anchor

harness-anchor には Redtropig から収集した 14 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
14
Stars
13
更新
2026-07-19
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

context-budget-discipline
プロジェクト管理専門家

Use when sessions run long, adding subagents, fetching large files, or planning context-heavy work. SELECT/WRITE/COMPRESS/ISOLATE discipline.

2026-07-19
anti-hallucination-gates
ソフトウェア品質保証アナリスト・テスター

Use before claiming "done", "fixed", "complete", "passing". Default-FAIL contract — every criterion needs evidence; express uncertainty if missing.

2026-07-19
capturing-golden-rules
ソフトウェア品質保証アナリスト・テスター

Use when the same mistake or bad pattern recurs, when a code-review comment is really a convention worth enforcing, or when you catch AI-generated drift/slop and want it to never happen again. Encodes the lesson as a durable rule in golden-rules.md — the feedback-flywheel / harness-layer-learning ratchet — instead of a one-off fix. Generic (language-agnostic).

2026-07-19
feature-state-keeper
ソフトウェア開発者

Use when starting, advancing, finishing, or blocking a feature. Manages feature_list.json + progress.md + session-handoff.md. Default-FAIL enforced.

2026-07-19
cpp-sanitizers
ソフトウェア開発者

Use in C/C++ projects for crashes, hangs, UB, data races, memory errors. ASan/UBSan/TSan runtime checks. Build sanitizer config separately.

2026-07-17
using-harness-anchor
ソフトウェア開発者

Use whenever working in a project. Establishes state/scope/verification discipline. Auto-loaded at session start. Complements superpowers.

2026-07-17
cpp-static-analysis
ソフトウェア開発者

Use in C/C++ projects when reviewing changes or hunting bugs. Runs clang-tidy/cppcheck/IWYU. Needs compile_commands.json. Changed lines only.

2026-07-16
self-correction-loop
ソフトウェア品質保証アナリスト・テスター

Use when a hook/tool returns a warning, lint/type/build error, or test failure after your edit. Iterate evidence-first; stop when verification passes.

2026-07-14
project-indexing
ソフトウェア開発者

Use when locating files or understanding structure. Consults PROJECT-TOC.md (one-line index per file). Staleness via git commit anchor.

2026-07-04
init-verification
ソフトウェア開発者

Use at start of work, after env changes (deps/branch/OS), or when something stops working. Runs init.sh health check; treats failures as blocking.

2026-07-01
test-coverage-design
ソフトウェア品質保証アナリスト・テスター

Use when deciding what to test, reviewing whether a feature is adequately covered before calling it done, or when tests pass but you're unsure they exercise the real risks. Derives coverage obligations from code + spec, finds gaps (including paths outside the test runner's scope), and designs a minimal, edge-case-first test set. Dispatches the coverage-analyst subagent. Generic (language-agnostic).

2026-06-22
docs-lookup
ソフトウェア開発者

Use when looking up unfamiliar tools, APIs, errors, library behavior. Context7 → WebSearch → calibrated uncertainty fallback chain. Don't guess.

2026-06-05
cpp-build-systems
ソフトウェア開発者

Use in C/C++ projects for build configure/errors, compile_commands.json generation, or selecting CMake/Meson/Make/Bazel commands.

2026-05-28
cpp-formatting
ソフトウェア開発者

Use in C/C++ projects for clang-format. Changed-lines-only; never reformat unchanged code mid-feature. .clang-format from root or LLVM baseline.

2026-05-28