project-completeness-scorer

Score project deliverables against a weighted rubric and generate JSON and Markdown reports.

5|4|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/takusaotome/claude-skills-library --skill project-completeness-scorer
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: project-completeness-scorer
Source: https://github.com/takusaotome/claude-skills-library/tree/main/skills/project-completeness-scorer
Command: npx skills add https://github.com/takusaotome/claude-skills-library --skill project-completeness-scorer

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill eliminates uncertainty about whether a project is truly ready by providing a structured, weighted completeness score across deliverables and surfacing the highest-impact gaps to fix before release.

Core Features & Use Cases

  • Weighted 0–100 Completeness Scoring: Evaluates functional requirements, quality standards, test coverage, documentation, and deployment readiness using a template-driven rubric.
  • Gap Detection with Prioritized Action Items: Identifies unmet criteria, classifies severity, estimates effort, and ranks fixes by impact-to-effort to drive an efficient remediation plan.
  • Report Output for Stakeholder Alignment: Produces both JSON and Markdown reports suitable for milestone reviews, gate checks, and handoff readiness.

Example: Use it during a release gate to score a skill project against expected structure, then generate a prioritized checklist (e.g., missing references, insufficient tests, incomplete documentation) so the team can close gaps quickly.

Quick Start

Run it on your project folder to generate a completeness report and ranked next actions.

Frequently Asked Questions about project-completeness-scorer

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

FAQPage Schema
How do I score project completeness and identify milestone gaps before a release?β–Ό

Project completeness scoring evaluates functional requirements, test coverage, documentation, and deployment readiness using a weighted 0–100 rubric. It works by applying template-driven criteria to classify gaps by severity and effort, generating prioritized remediation actions for release gate checks.

How do I audit test coverage and documentation for release readiness?β–Ό

You can run a Python/argparse CLI on your project folder to evaluate deliverables against a weighted scoring template. The CLI processes the directory, calculates a 0–100 completeness score, classifies gaps by severity and effort, and outputs both JSON and Markdown reports for review.

Can I use a Python CLI to generate completeness audit reports for handoff planning?β–Ό

Yes, this approach suits any code, doc, or config repository evaluated during milestones or release readiness checks. It applies template-driven weighted scoring to assess functional requirements, quality standards, and deployment readiness, generating actionable gap classifications for stakeholder handoffs.

What is the best way to prioritize missing deliverables during a release gate check?β–Ό

This Skill is specifically designed for reviewing code, doc, and config repositories during milestones, release readiness checks, and handoff planning. It applies template-driven weighted scoring to evaluate deliverables and generate prioritized action items for stakeholder alignment.

Does release readiness scoring work for evaluating Claude Code skill development projects?β–Ό

It evaluates functional requirements, quality standards, test coverage, documentation, and deployment readiness using a template-driven weighted rubric. The mechanism applies these criteria to classify unmet requirements by severity and estimate remediation effort for prioritized action generation.