manage-findings

Installation
SKILL.md

Manage Findings

Unified storage for plan-level findings, phase-scoped Q-Gate findings, and component assessments. Findings and Q-Gate share the same type taxonomy, resolution model, and severity values. Assessments use a separate certainty/confidence model for component evaluations.

Architectural context: This SKILL.md documents the storage layout and CLI surface. For the end-to-end producer→store→consumer→gate pipeline that connects every quality signal (PR review comments, Sonar issues, build / test / lint failures, Q-Gate findings) to this store and the pending_findings_blocking_count invariant, see ref-workflow-architecture/standards/findings-pipeline.md.

Enforcement

Base contract: See manage-contract.md for shared enforcement rules, TOON output format, and error response patterns.

Skill-specific constraints:

  • Only valid resolution values: pending, fixed, suppressed, accepted, taken_into_account, rejected
  • Plan findings and Q-Gate findings use different command prefixes (direct vs qgate)
  • Assessment commands use the assessment prefix
  • Q-Gate deduplication is automatic; do not add duplicate findings manually
  • Assessment confidence values must be numeric (0-100)

Scope Distinction

Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
manage-findings — cuioss/plan-marshall