syncing-status

Sync feature-status.json with task completion and test results.

11|4|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/rocky2431/ultra-builder-pro --skill syncing-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syncing-status
Source: https://github.com/rocky2431/ultra-builder-pro/tree/main/skills/syncing-status
Command: npx skills add https://github.com/rocky2431/ultra-builder-pro --skill syncing-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates manual status tracking by automatically updating feature-status.json whenever tasks are completed or tests are run.

Core Features & Use Cases

  • Real-time Updates: Automatically syncs task completion and test results to maintain accurate project visibility.

Quick Start

When you complete a task with /ultra-dev or finish testing with /ultra-test, this Skill ensures your status reports always reflect current reality.

Quick Start

This Skill works automatically in the background, updating feature status whenever development milestones are reached.

Quick Start

After marking a task complete, this Skill automatically updates the status tracker so you always know exactly where your project stands.

Frequently Asked Questions about syncing-status

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

FAQPage Schema
How do I automatically sync task completion status to a JSON file?

Task completion syncing updates feature-status.json automatically when you complete tasks with /ultra-dev or finish testing with /ultra-test, eliminating manual status tracking and keeping your project visibility current without extra steps.

When does feature status sync trigger during development?

Feature status syncs when tasks complete, tests finish, or status checks run—covering /ultra-dev task completions, /ultra-test results, and /ultra-status checks. It skips task creation and documentation-only changes to avoid noise.

What fields does the status tracker record for each feature?

The status tracker records id, name, status, taskId, implementedAt, testedAt, commit, branch, coverage, and coreWebVitals—giving you complete visibility into implementation timing, test results, code location, and quality metrics for each feature.

Can I use status syncing without manual JSON edits?

Yes—status syncing works automatically in the background. Once tasks complete or tests run, feature-status.json updates without any manual intervention, so your status reports always reflect current reality.

Does status syncing track test results and coverage?

Status syncing captures test outcomes and coverage metrics whenever tests finish or coverage reports are available, recording pass/fail results and coverage percentages directly in feature-status.json for complete quality tracking.