cv

Evaluate convergence gaps and recommend deterministic next work for project targets.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/marcelocantos/skills --skill cv-marcelocantos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cv
Source: https://github.com/marcelocantos/skills/tree/main/skills/cv
Command: npx skills add https://github.com/marcelocantos/skills --skill cv-marcelocantos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies convergence gaps and produces a deterministic, prioritized next action across a project's active targets so engineers do not have to manually triage frontier targets, unreleased fixes, and standing invariants.

Core Features & Use Cases

  • Relay the convergence tool's full structured output verbatim for precise auditing and traceability.
  • Support for target-only scan mode, default/full repo-level evaluation, and a global portfolio mode with optional momentum weighting from recent activity.
  • Auto-execution behavior that emits a concise preamble and then begins the first concrete step for a top frontier target, fans out parallel agents for tied work, or invokes other gated skills such as /release when unreleased fixes are present.
  • Use case: run at a repository root to surface the single top frontier target and have the agent start the first acceptance-driven change, or run global mode to rank repos and highlight cross-repo blockers.

Quick Start

Run the cv skill at the project root to compute convergence, display the full structured recommendation, and proceed with the Next action if you want the agent to begin work.

Frequently Asked Questions about cv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine the next piece of work for my active project targets?

To determine the next work for active project targets, you evaluate convergence gaps to produce a deterministic, prioritized next action. This surfaces the top frontier target and can automatically begin the first acceptance-driven change.

What is convergence gap evaluation in software engineering?

Convergence gap evaluation is the process of identifying unreleased fixes and standing invariants across active project targets. It produces structured summaries to help engineers triage frontier targets without manual effort.

Can I scan a portfolio of repositories for cross-repo blockers and prioritization?

Yes, you can run a global portfolio mode to rank repositories and highlight cross-repo blockers. This mode evaluates convergence gaps across multiple repositories and optionally applies momentum weighting from recent activity.

Do I need the bullseye_convergence tool to run target prioritization?

Yes, target prioritization requires the bullseye_convergence tool to be available in the environment. It also optionally uses mnemo_recent_activity for momentum data and requires adherence to release gating wrappers.

How does the deterministic next action handle unreleased fixes?

When unreleased fixes are detected, the deterministic next action invokes gated skills such as the release process rather than bypassing release gates. This ensures fixes are properly released.

What is the best way to triage frontier targets without manual effort?

The best way to triage frontier targets without manual effort is to run an automated evaluation at the repository root. This computes convergence, displays a structured recommendation, and proceeds with the next action.