ワンクリックで
owner-inference
Infer a suspected owner for a failing test file using CODEOWNERS, git blame, recent commits, and an override map.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Infer a suspected owner for a failing test file using CODEOWNERS, git blame, recent commits, and an override map.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Canonical push-to-dev and branch-policy enforcement for agents. Provides the push-to-dev workflow, branch naming, conflict handling, and release process guidance. Trigger with: /skill:ship push-to-dev
Automated batch planning for intake_complete work items. Discovers all items in intake_complete status and invokes /plan for each sequentially, producing a summary report.
Provide concise project / work item status and run Worklog helpers to augment results. Trigger on user queries such as: 'What is the current status?', 'Status of the project?', 'What is the status of <work-item-id>?', 'status', 'status <work-item-id>', 'audit', 'audit <work-item-id>'
Run an iterative implement→audit loop for a target work item. Ralph is a launcher/orchestrator, not the normal Worklog implementation workflow.
Write tests, docs and code for a Worklog work item by following a deterministic workflow. Ensure implementation meets defined acceptance criteria. Trigger on user queries such as: 'Implement <work-item-id>', 'Complete <work-item-id>', 'Work on <work-item-id>'.
Triage workflows and helpers for test-failure detection and critical issue creation. Provides a skill to search for or create critical `test-failure` work items and related resources.
| name | owner-inference |
| description | Infer a suspected owner for a failing test file using CODEOWNERS, git blame, recent commits, and an override map. |
Provide a deterministic heuristic to identify the likely owner of a failing
test file so that triage can assign it for investigation. Used by the
check_or_create_critical_issue triage skill to populate the "suspected owner"
field in new critical issues.
test-failure work item and
needs to assign or suggest an owner.{ "repo_path": ".", "file_path": "tests/test_foo.py", "commit": "abc123" }
repo_path — path to the repository root (default .)file_path — relative path to the failing test file (required)commit — optional commit hash for contextconfidence_threshold — minimum confidence to accept a heuristic result (default 0.3){ "assignee": "...", "confidence": 0.0-1.0, "reason": "...", "heuristic": "..." }.opencode/triage/owner-map.yaml for explicit path-to-owner mappings..github/, or docs/).Build with confidence 0.0.skill/owner-inference/scripts/infer_owner.py — CLI entrypoint and library functions..opencode/triage/owner-map.yamlconfidence_threshold in the JSON payload (default 0.3).python3 skill/owner-inference/scripts/infer_owner.py --repo . --file tests/test_foo.py --commit abc123
# Worklog / triage context (documentation example):
wl show SA-0MPYMFZXO0004ZU4 --json
skill/triage/SKILL.mdskill/triage/resources/runbook-test-failure.md