Skip to main content
Manusで任意のスキルを実行
ワンクリックで
EffortlessMetrics
GitHub クリエイタープロフィール

EffortlessMetrics

7 件の GitHub リポジトリにある 48 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
48
リポジトリ
7
更新
2026-05-15
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な skills

calibration-review
ソフトウェア開発者

Review system calibration from run data in RUN_BASE. Use when analyzing patterns across runs for improvement opportunities, triggered by Wisdom flow or manual review.

2026-01-16
dependency-review
情報セキュリティアナリスト

Review new dependencies for security and maintenance risk. Use when adding or updating dependencies.

2026-01-16
deploy-safety
ソフトウェア開発者

Ensure safe deployments with rollback planning. Use when preparing deployments or reviewing deploy readiness.

2026-01-16
deprecation-migration
ソフトウェア開発者

Plan and document deprecations with staged lifecycle, migration guide, and tooling requirements. Use when deprecating or breaking compatibility.

2026-01-16
detour-routing
ソフトウェア開発者

Route known failure patterns to standard fixes. Use when matching error signatures to detour catalog.

2026-01-16
error-triage
ソフトウェア開発者

Classify and route errors by category (transient, permanent, retriable, fatal). Use when diagnosing failures, deciding retry vs escalate, or triggering circuit breaker.

2026-01-16
evidence-verification
ソフトウェア品質保証アナリスト・テスター

Turn claims into evidence-bound verification. Use when validating tests/lint/security claims, gate decisions, or reviewer checklists.

2026-01-16
git-operations
ネットワーク・コンピュータシステム管理者

Safe git operations for branch management and history. Use when working with branches, commits, or repo operations.

2026-01-16
このリポジトリの収集済み skills 17 件中、上位 8 件を表示しています。
coding-standards
ソフトウェア開発者

Load perl-lsp coding standards for code-writing or code-review work in this repo. Use when implementing, fixing, reviewing, or validating code.

2026-03-20
merge-queue
ソフトウェア開発者

Merge approved PRs in safe batches — checks CI, fixes policy failures, handles conflicts, ratchets corpus after parser merges.

2026-03-20
parser-fix
ソフトウェア開発者

Run a TDD parser-fix workflow for perl-parser-core or related parser crates. Use when a parser bug has a concrete failing construct and needs tests, a minimal fix, and verification.

2026-03-20
plan-fix
ソフトウェア開発者

Turn a discovery into a builder-ready handoff packet. Use when a scout or coordinator has identified a concrete slice and needs exact scope, verification, and routing rather than code changes.

2026-03-20
scout-then-build
ソフトウェア開発者

Research-first workflow that scouts exact scope before launching a constrained builder. Use when a feature or fix is too unconstrained for a direct builder — converts ~50% success into ~90% by eliminating implicit decisions.

2026-03-20
swarm-priorities
ソフトウェア開発者

Load roadmap weighting for scouts and coordinators so slices are ranked by actual repo priorities instead of convenience.

2026-03-20
swarm-protocol
ソフトウェア開発者

Load shared swarm behavioral rules for coordinators and workers. Use for task routing, receipts, direct messaging, dedup, worktree boundaries, and lifecycle discipline.

2026-03-20
swarm
ソフトウェア開発者

Start a continuous swarm with agent teams. Orchestrator-only skill.

2026-03-20
このリポジトリの収集済み skills 11 件中、上位 8 件を表示しています。
test-runner
ソフトウェア品質保証アナリスト・テスター

Run the relevant tests for the current change and summarize results. Use in Flow 3 (Build) and optionally in Flow 5 (Gate).

2026-02-12
auto-linter
ソフトウェア開発者

Run linters/formatters on changed files and apply safe, mechanical fixes. Use in Flow 3 and Flow 4.

2026-01-26
openq-tools
ソフトウェア開発者

Open questions register. Use for: QID generation, OQ-SIG-001 format IDs, append questions, open_questions.md. Generate sequential QIDs, append questions with context. Use in clarifier when registering open questions instead of guessing. Invoke via bash .claude/scripts/demoswarm.sh openq next-id|append.

2026-01-26
policy-runner
ソフトウェア開発者

Run policy-as-code checks (e.g., OPA/Conftest) based on the policy_plan. Use in Flow 2 and Flow 4.

2026-01-26
runs-derive
ソフトウェア開発者

Grep/wc replacement for .runs artifacts. Use for: count, extract, Machine Summary, receipt reading, marker counts. Null-safe counting (REQ/NFR/QID/RSK markers), YAML block parsing, BDD scenario counting. Deterministic read-only - no judgment. Use when cleanup agents need mechanical counts/extraction. Invoke via bash .claude/scripts/demoswarm.sh.

2026-01-26
runs-index
ソフトウェア開発者

Update index.json status. Use for: upsert index.json, update status/last_flow/updated_at. Deterministic writes - stable diffs, no creation. Use only in run-prep and *-cleanup agents. Invoke via bash .claude/scripts/demoswarm.sh index upsert-status.

2026-01-26
secrets-tools
情報セキュリティアナリスト

Publish gate secrets scanning. Use for: safe_to_publish, scan for secrets, redact in-place. Determines publish gate status. Scan files for secrets (locations only - NEVER prints secret content). GitHub tokens, AWS keys, private keys, bearer tokens. Use ONLY in secrets-sanitizer. Invoke via bash .claude/scripts/demoswarm.sh secrets scan|redact.

2026-01-26
governed-feature-dev
ソフトウェア開発者

AC-first feature development workflow for the Rust-as-Spec platform cell. Use when implementing new features, adding ACs, or working on tasks with status=Todo. Follows the ac_first flow from devex_flows.yaml and uses xtask + /platform APIs for governance.

2026-01-28
governed-governance-debug
ソフトウェア開発者

Diagnose and fix selftest failures in the Rust-as-Spec platform cell. Use when cargo xtask selftest fails, when user reports "governance broken", or when policy violations are detected. Systematically isolates and resolves issues across the 7 selftest steps.

2026-01-28
governed-maintenance
ソフトウェア開発者

Platform upkeep, dependency updates, policy fixes, and doc maintenance for the Rust-as-Spec platform cell. Use when fixing governance drift, updating dependencies, resolving policy violations, or maintaining documentation. Follows the maintenance flow from devex_flows.yaml.

2026-01-28
governed-release
ソフトウェア開発者

Version management and release tagging for the Rust-as-Spec platform cell. Use when cutting a new version, preparing for production deployment, or when user explicitly requests a release. Follows the release flow from devex_flows.yaml. IMPORTANT: Always ask user before tagging (high-risk operation).

2026-01-28
bootstrap-dev-env
ソフトウェア開発者

One-command environment setup and health check for the Rust-as-Spec platform cell. Use when first entering the repository, after major environment changes, or when the environment appears broken. Follows the 'onboarding' flow from _flows.yaml.

2025-11-22
7 件中 7 件のリポジトリを表示
すべてのリポジトリを表示しました