team-validation-dashboard

Aggregate team validation metrics and identify projects with low posture scores.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/krzemienski/validationforge --skill team-validation-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-validation-dashboard
Source: https://github.com/krzemienski/validationforge/tree/main/skill-audit-workspace/team-validation-dashboard/skill-snapshot
Command: npx skills add https://github.com/krzemienski/validationforge --skill team-validation-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates disparate project validation outputs into a single team-level dashboard so engineering leads can quickly spot low-posture projects, regressions, and ownership gaps without chasing individual reports.

Core Features & Use Cases

  • Metrics Collection: Scans a team registry and gathers per-project posture_score, coverage_pct, regression_count, and last_validated timestamps into a snapshot JSON.
  • Dashboard Rendering: Produces color-coded terminal tables and markdown/HTML summaries for CI or review meetings, and supports JSON output for machine consumption.
  • Ownership & Triage: Records journey ownership assignments and surfaces projects needing immediate validation or owner follow-up.
  • Use Case: Run periodically in CI to produce a team snapshot for an engineering lead to prioritize remediation of critical projects (score < 60).

Quick Start

Run the team dashboard collector and render a summary for your team by executing the team-dashboard script to produce a snapshot and human-readable report.

Frequently Asked Questions about team-validation-dashboard

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

FAQPage Schema
How do I aggregate team validation metrics across multiple projects?

To aggregate team validation metrics, this Skill scans a team registry to collect per-project posture scores, coverage percentages, regression counts, and last validated timestamps into a single machine-readable snapshot JSON.

How do I generate a CI/CD dashboard for team validation posture?

To generate a CI/CD dashboard for team validation posture, this Skill produces color-coded terminal tables and markdown or HTML summaries from aggregated project data, allowing engineering leads to quickly spot low-posture projects during reviews.

How does regression tracking work across registered projects?

Regression tracking works by comparing validation metrics over time, capturing regression counts and last validated timestamps per project to surface regressions and ownership gaps without requiring manual checks of individual reports.

Can I use team validation posture reports for engineering review triage?

Yes, you can use team validation posture reports for triage. The dashboard identifies critical projects with a posture score below 60 and records ownership assignments, enabling leads to prioritize immediate remediation and owner follow-up.

What is the best way to identify ownership gaps in project validation?

The best way to identify ownership gaps is by generating a validation snapshot that maps journey ownership assignments against projects with low posture scores or missing validation data, surfacing items needing owner follow-up.

Does the team validation dashboard support machine-readable output formats?

Yes, the team validation dashboard supports machine-readable output by producing a snapshot JSON file containing all aggregated posture metrics, which can be consumed directly by automated CI/CD pipelines and downstream tools.