Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

agent-instructions-playbook

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

収集済み skills
45
Stars
5
更新
2026-06-22
Forks
0
職業カバレッジ
6 件の職業カテゴリ · 60% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

branch-completion
未分類

Use when finishing a branch or PR after verification and review, including merge, PR publication, keep, discard, cleanup, local sync, and reporting merge or PR URLs with current git state.

2026-06-22
receiving-code-review
未分類

Use when handling received code-review feedback on a PR or diff, including requested changes, inline comments, approvals, non-blocking notes, and disputed suggestions. Separates accepted fixes, refutations, deferrals, clarification needs, and merge handoff.

2026-06-22
requesting-code-review
未分類

Use when preparing a focused code-review request for a PR or diff after implementation evidence exists, especially to package scope, reviewer focus, PR URL, verification, known risks, and deferred work without deciding final submit readiness.

2026-06-22
quality-gate
未分類

Use before every submission to decide whether required checks, artifacts, and branch evidence are complete enough to submit.

2026-06-22
execution-plans
未分類

Use when work is complex, long-running, multi-step, cross-boundary, likely to span multiple PRs/sessions, or needs handoff-ready planning under plans/.

2026-06-22
agent-workflow-contract-review
未分類

Use when adding or changing Agent-facing workflows, generated prompts, collect plans, executable handoff artifacts, CLI workflows, controller/target-local workflow chains, or validation artifacts consumed by downstream reports. Do not use for ordinary code changes without an Agent-facing workflow or generated instruction surface.

2026-06-22
bug-investigation-and-rca
未分類

Use when fixing or investigating crashes, regressions, flakes, hangs, incorrect outputs, or incidents.

2026-06-22
design-balance
未分類

Use before feature-level implementation that adds two or more classes/modules, introduces a new layer/interface, or adds a second reason-to-change to an existing class/module. Do not use for function-only helper/API decisions or cross-boundary architecture option comparison.

2026-06-22
dev-workflow
未分類

Use for any task that changes code or tests. Routes implementation work by risk and applicable branch skills before editing.

2026-06-22
project-initialization
未分類

Use when COMMANDS.md is uninitialized, contains <fill>, or the repository lacks verified canonical build, lint, test, and verify commands.

2026-06-22
staged-lowering
未分類

Use when implementing low-level or strict-constraint code (kernels, SIMD/intrinsics, alignment/padding rules, codegen/DSLs, strict ABI or hardware APIs), or when direct implementation repeatedly fails to compile/test.

2026-06-22
test-driven-development
未分類

Use when doing TDD or when dev-workflow routes implementation through a Test List.

2026-06-22
uidesign-flow
未分類

Use when an approved tone-and-manner decision must become concrete UI styling tokens and visual previews.

2026-06-22
uidesign-orchestrator
未分類

Use only for explicit end-to-end UI evidence orchestration across UIUX, Tone & Manner, and UIDesign packs. Do not trigger for ordinary single-step UIUX, Tone & Manner, or UIDesign work.

2026-06-22
uiux-core
未分類

Use for platform-agnostic UI/UX design or review work that needs a deterministic UIUX Pack. Also use for web, iOS, or Android UIUX work with the matching platform adapter.

2026-06-22
uiux-flow-preview
未分類

Use when a UIUX Pack needs a transition-map preview from ui_spec.json with pan/zoom, minimap, focus traversal, and Review Mode.

2026-06-22
visual-regression-testing
未分類

Use when UI changes require repo-defined snapshot or visual-diff verification, baseline review, or a UI Visual Verification Report.

2026-06-22
working-with-legacy-code
未分類

Use when touching code without reliable automated tests or with nondeterminism such as time, randomness, or I/O.

2026-06-22
embedded-nfr-harness-design
ソフトウェア開発者

Use after embedded physical budgets exist, or when an embedded daemon/logger/recorder/sampler needs resource, battery, wakeup, flash, thermal, latency, or observer-overhead measurement. Do not use for performance advice without a target-local physical footprint.

2026-06-15
embedded-system-familiarization
ソフトウェア開発者

Use when embedded, edge, target-local, robot, Android, ROS 2, kernel/driver-adjacent, sensor, logger, recorder, or daemon work requires understanding target behavior, hardware capability, operating envelope, bottlenecks, or NFR provenance before design or optimization. Do not use for small changes with current characterization and no runtime/architecture impact.

2026-06-15
implementation-economy
ソフトウェア開発者

Use before and after normal/high-risk implementation when a complexity budget is needed: declare new classes/helpers/wrappers/indirection/estimated lines, justify each new abstraction, and delete or inline abstractions that are not worth their weight. Do not use for low-risk one-file changes with no new abstraction, public API change, or behavior expansion.

2026-06-11
embedded-hot-path-review
ソフトウェア品質保証アナリスト・テスター

Use when reviewing embedded or target-local loops, polling, sampling, collectors, recorders, sub-100ms work, per-iteration I/O, repeated serialization, or hot-path allocation. Do not use for non-embedded application request/render/job paths; use performance-review there.

2026-06-11
observability
ソフトウェア開発者

Use when a runtime behavior change needs diagnosable signals: async/background jobs, external calls, user-visible operations, or incident-prone flows. Do not use for docs-only or refactor-only changes with no behavior shift.

2026-06-11
performance-review
ソフトウェア開発者

Use when non-embedded application code changes request paths, render paths, input-proportional collection processing, loop I/O, N+1 queries, repeated serialization/allocation, serial awaits, or cache/memoization decisions. Declare hot paths, complexity, I/O counts, scale assumptions, and improve-or-accept decisions. For target-local embedded hot paths, use embedded-hot-path-review instead.

2026-06-11
playbook-template-authoring
ソフトウェア開発者

Use only when explicitly authoring or revising reusable, repo-neutral playbook/template skills for deployment, infrastructure operations, data fetching/analysis, or library/API reference guidance. Do not use for normal E2E implementation, executing deployments, running infrastructure changes, one-off data analysis, or applying a library directly.

2026-06-11
requirements-engineering
プロジェクト管理専門家マネジメントアナリスト

Use for ambiguous or non-trivial feature planning and requirements documentation: problem framing, spec-before-build checks, requirements briefs/specs, EARS-style requirements, acceptance criteria, traceability, and ISO/IEC 25010 quality scenarios. Do not use for tiny unambiguous implementation tasks, architecture option comparison, or diff-focused design review unless requirements output is requested.

2026-06-11
architecture-decision-analysis
ソフトウェア開発者

Use before implementation or during explicit design review when a cross-boundary technical decision requires comparing multiple architecture options against measurable quality drivers, risks, tradeoffs, and verification tasks. Do not use for ordinary implementation, requirements drafting, diff-focused smell review, function/helper/API boundary decisions, observability instrumentation details, or final submit gating.

2026-06-10
code-readability
ソフトウェア品質保証アナリスト・テスター

Trigger only for requested readability review/cleanup, touched-code readability work involving comments, names, control flow, function shape, or test clarity, touched C++ headers, or dev-workflow routing to the C++ documentation gate. Do not trigger for ordinary implementation solely because code changed. Enforces mandatory C++ Doxygen and readability documentation gates.

2026-06-10
code-smells-and-antipatterns
ソフトウェア品質保証アナリスト・テスター

Review the current diff for new or worsened maintainability/design issues: code smells, architecture boundary leaks, weak cohesion, and risky coupling. Use for structural changes, public APIs, adapters/integrations, or design review; avoid generic full-codebase audits.

2026-06-10
function-boundary-governor
ソフトウェア開発者

Autonomous function-boundary design workflow for functions/helpers/APIs/call sites: decide keep/rename/split/merge/replace/inline/no-op, apply coherent changes, verify, and record boundary decisions. Use design-balance instead for module/class responsibility layout.

2026-06-10
embedded-nfr-calibration
ソフトウェア開発者

Use after target characterization or operating-envelope discovery to derive embedded NFR budgets with provenance, confidence, and revisit conditions. Do not use to invent budgets without target evidence unless explicitly marking them provisional.

2026-06-07
embedded-operating-envelope-discovery
ソフトウェア開発者

Use to discover normal, near-boundary, degraded, failure-adjacent, and logging/telemetry blackout behavior for embedded targets before calibrating NFR budgets. Do not use for ordinary performance benchmarking without an embedded target envelope question.

2026-06-07
embedded-project-constitution
ソフトウェア開発者

Use when starting an embedded, edge, target-local, daemon/logger/recorder/collector project or introducing that runtime class into an existing repo, to create project-level physical budgets, target profiles, harness skeletons, and no-claim rules. Do not use for ordinary project initialization without embedded physical constraints.

2026-06-07
embedded-target-characterization
ソフトウェア開発者

Use before embedded NFR budgeting when the target system, workload, measurement surfaces, resource headroom, or normal operating baseline are not yet characterized. Do not use for generic implementation work with known target budgets.

2026-06-07
embedded-nfr-design
ソフトウェア開発者

Use before implementing embedded, edge, target-local, daemon, logger, recorder, collector, sampler, polling-loop, or resource-sensitive always-on behavior to define physical NFR budgets and measurement claims. Do not use for generic backend, web, or schema-only work with no target-local physical footprint.

2026-06-07
embedded-nfr-gate
ソフトウェア開発者

Use before final submit readiness when embedded NFR design or harness work was triggered, to decide submit/no-submit from physical budgets, measurements, unknowns, and claims. Do not use as a generic quality gate.

2026-06-07
embedded-observer-effect-review
ソフトウェア開発者

Use when target-local logging, recording, collection, tracing, profiling, or measurement could change scheduler, power, thermal, I/O, memory, wakeup, or workload behavior. Do not use for ordinary server observability with no embedded physical-footprint risk.

2026-06-07
destructive-refactor
ソフトウェア開発者

AI-led replacement protocol for flawed abstractions, allowing temporary red state while migrating call sites and converging back to green or rollback.

2026-05-25
error-handling
ソフトウェア開発者

Use when a change defines or reviews failure contracts: boundary error translation, nullability/sentinel choices, retries/fallbacks, or API/user-visible failure behavior. Do not use for ordinary validation copy edits or pure logging changes with no failure-contract change.

2026-04-24
tonemana-apply
グラフィックデザイナー

Apply a selected Tone & Manner pattern to an existing UIUX Pack by producing a versioned Tonemana Pack and wiring references into UIUX artifacts. Use when a human has selected, or asks to choose and apply, a tone/manner pattern for a UI project.

2026-04-24
このリポジトリの収集済み skills 45 件中、上位 40 件を表示しています。