project-check-update

Scans source code and synchronizes Project_Structure.md and module summaries with actual project state.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/manhthien2005/PM_REVIEW --skill project-check-update-manhthien2005
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-check-update
Source: https://github.com/manhthien2005/PM_REVIEW/tree/main/tooling/.windsurf-template/shared/skills/CHECK
Command: npx skills add https://github.com/manhthien2005/PM_REVIEW --skill project-check-update-manhthien2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Project documentation drifts out of sync with actual source code as development progresses, forcing PMs and AI agents to spend 30-60 minutes manually cross-referencing folder structures, API endpoints, and task trackers. This Skill automates that reconciliation so review documentation always reflects reality. ## Core Features & Use Cases - Structure Synchronization: Scans actual project folders (Admin Web or Mobile), compares against Project_Structure.md, and updates trees, module statuses, and LOC counts to match reality. - Summary Rewriting: Rewrites every module summary file using a token-optimized template, verifying API endpoints and file paths against real source code. - Trello to JIRA Migration: Replaces all Trello references with exact JIRA Epic Names using a lookup index, with verification that zero Trello references remain. - Use Case: After a sprint adds a new notification module and removes legacy auth code, run the check to automatically update the structure tree, create a new NOTIFICATION summary, delete the obsolete one, and receive a changelog report. ## Quick Start Ask the AI to check the project and update the structure documentation, then choose ADMIN or MOBILE when prompted.

Frequently Asked Questions about project-check-update

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

FAQPage Schema
How do I keep project documentation in sync with source code?▼

Run the check command to scan actual project folders with list_dir, compare against Project_Structure.md, and automatically update trees, module statuses, and summaries. The skill verifies folder counts match 100% before reporting completion.

How to migrate Trello references to JIRA in project docs?▼

The skill replaces all Trello references with exact JIRA Epic Names using the JIRA Index lookup table. After migration, it greps for remaining Trello mentions and requires zero matches to pass verification.

Can I preview documentation changes before applying them?▼

Yes, use dry-run mode by saying check --dry-run. The skill runs the full scan, displays all proposed changes as diffs, writes nothing, and asks for confirmation before applying.

What happens if both Admin and Mobile projects exist?▼

The skill stops and asks which project to check, never updating both simultaneously. This prevents cross-project data corruption since each project has separate REVIEW_ADMIN and REVIEW_MOBILE targets.

What if a module has no source code yet?▼

The skill rewrites the summary noting the module is not built, keeps JIRA and UC references, and marks missing JIRA mappings as TBD in the changelog. Placeholder-only folders get minimal summaries.