# Metagit Upstream Triage

> Triage cross-repository blockers by ranking likely upstream repositories and files with metagit search and hinting tools. Use when local fixes appear incomplete.

- Skill: `metagit-ai/metagit-upstream-triage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add metagit-ai/metagit-upstream-triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/metagit-ai/metagit-upstream-triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: metagit-ai (https://skillmd.com/u/metagit-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/metagit-ai/metagit-upstream-triage

---


# Triaging Upstream Blockers

Use this skill for failures likely rooted in another repository.

## Workflow

1. Run workspace index and search with issue-specific terms.
2. Run upstream hint ranking to prioritize repositories/files.
3. Open the top candidates and validate root-cause evidence.
4. Return a short fix path (repo, file, next action).

## Command Wrapper

- `./skills/metagit-upstream-scan/scripts/upstream-scan.sh [root_path] "<query>" [preset] [max_results]`

## Output Contract

Return:
- ranked candidate repositories
- probable root-cause files
- confidence and assumptions

## Safety

- Keep this flow read-only unless sync is explicitly requested.

