mark-status

Update task, track, or phase statuses in trackers with timestamps and statistics.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill mark-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mark-status
Source: https://github.com/HirogaKatageri/hirokata-cc-marketplace/tree/main/plugins/cc-tracker-plugin/skills/mark-status
Command: npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill mark-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill updates the status field of a phase, track, or task within a tracker with minimal interaction, preserving all other details.

Core Features & Use Cases

  • Update statuses for tasks, tracks, or phases without editing metadata.
  • Interactive mode when details aren’t provided, with validation and automatic timestamping.
  • Recalculate statistics and update tracker progress after changes, ensuring consistency.

Quick Start

Use the mark-status skill to update a tracker entity:

  • /mark-status my-app --task=03 --status=complete
  • /mark-status my-app --track=authentication --status="In Progress"
  • /mark-status my-app --phase=1 --status=complete

Frequently Asked Questions about mark-status

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

FAQPage Schema
How do I update a task status in a tracker from the command line?

Update a task status in a tracker by running a single command with the tracker name, task number, and desired status, preserving all other task metadata and recalculating tracker statistics automatically.

How does the tracker status update process handle timestamps?

The tracker status update process automatically validates targets and records timestamps for started and completed statuses, ensuring accurate chronological tracking within your project phases.

Can I update phase and track statuses without providing specific details upfront?

Yes, you can update phase and track statuses using an interactive mode that activates when details are omitted, prompting you to select targets and specify the desired status interactively.

Does the status update command modify associated plan files?

Yes, the status update command automatically updates associated plan files if present, ensuring project documentation remains consistent with the new status applied to your phases, tracks, or tasks.

What is the best way to mark a phase as complete in a project tracker?

The best way to mark a phase complete is to use the status update command with the phase number and complete status, which automatically timestamps the completion and recalcululates tracker statistics.