metagit-gitnexus · git:20260515.327083b · 2026-05-15 · sha256 ed0fce0b280acc66
metagit-gitnexus git:20260515.327083bA
Immutable. This exact content is served forever at /api/v1/blob/ed0fce0b280acc66.
--- name: metagit-gitnexus description: Run gitnexus analysis for a target workspace and selected project repositories before graph-dependent tasks. Use when index staleness is detected or cross-repo graph results are needed. --- # Running GitNexus Analysis Use this skill whenever GitNexus context is stale or missing for target repositories. ## Local Wrapper (Use First) - `zsh ./skills/metagit-gitnexus/scripts/analyze-targets.zsh <workspace_root> [project_name]` ## Workflow 1. Analyze the current repository where the command is run. 2. Resolve target project repositories from `.metagit.yml`. 3. Run `npx gitnexus analyze` in each local repository path found. 4. Report per-repository success/failure and next actions. ## Output Contract Return: - analyzed repositories - failures and reasons - whether graph queries are safe to run now ## Safety - Skip repositories that do not exist locally. - Do not mutate repo content; analysis should be read-only indexing.