project-completion-verification

Scan GOAL.md to count completed and pending project tasks.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ucirello/sgai --skill project-completion-verification-ucirello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-completion-verification
Source: https://github.com/ucirello/sgai/tree/main/cmd/sgai/skel/.sgai/skills/project-completion-verification
Command: npx skills add https://github.com/ucirello/sgai --skill project-completion-verification-ucirello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of manually checking project completion status within GOAL.md, providing clear summaries and highlighting pending tasks.

Core Features & Use Cases

  • Automated Status Scanning: Scans GOAL.md to count completed and pending tasks.
  • Categorized Reporting: Breaks down completion status by project sections.
  • Pending Item Identification: Lists specific tasks that are not yet complete.
  • Use Case: Before submitting a project milestone, use this Skill to get an instant overview of what's done and what's left, ensuring all requirements are met.

Quick Start

Check the current completion status of the project by scanning GOAL.md.

Frequently Asked Questions about project-completion-verification

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

FAQPage Schema
How do I automate project completion verification from a markdown file?

Project completion verification is automated by scanning GOAL.md for checked and unchecked items, generating categorized summaries and completion counts. This provides an instant overview of pending tasks before project milestones.

Do I need ripgrep and awk to track task completion status?

Yes, ripgrep and awk are required dependencies for parsing markdown files and generating completion reports. These tools enable the automated scanning of GOAL.md to identify pending and completed items.

What is the best way to get a categorized summary of pending tasks in GOAL.md?

The best way to get a categorized summary of pending tasks is by scanning GOAL.md to count completed and pending items. This process identifies specific incomplete tasks and breaks down completion status by project sections.

Can I use markdown task tracking for project milestone status reporting?

Yes, markdown task tracking supports project milestone status reporting by scanning GOAL.md. It provides completion counts and lists specific unchecked tasks, ensuring all requirements are verified before final delivery.

How does completion verification handle unchecked items in markdown files?

Completion verification handles unchecked items by parsing markdown files with ripgrep and awk to identify incomplete tasks. It generates reports that list specific pending items alongside categorized completion summaries.

What are the limitations of using markdown files for project status reporting?

Limitations of markdown project status reporting include dependency on specific tools like ripgrep and awk for parsing, and the requirement to maintain a structured GOAL.md file for accurate task completion verification.