skills/status/SKILL.md
Show motspilot task status or list all tasks. Use when asked about motspilot task status, task list, or pipeline progress.
npx skillsauth add motsmanish/motspilot statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show task status for the current project.
Parse the user's input after /mots:status:
No arguments → list all active tasks:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) tasks
--all → list active + archived tasks:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) tasks --all
--task=<name> → show detailed status for one task:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) status --task=<name>
Show the output to the user. If no .motspilot/ directory exists, tell the user to run /mots:init first.
development
View a motspilot phase artifact. Use when asked to view, show, or read a pipeline phase output (architecture, development, testing, verification, delivery, requirements, or workorder).
development
Restore an archived motspilot task back to active status. Use when asked to reactivate, restore, or resume an archived motspilot task.
devops
Alias for /mots:pilot. Run the motspilot 6-phase AI pipeline. Use when asked to run pipeline.
development
Run the motspilot 6-phase AI pipeline for adding features to existing applications. Use when asked to run motspilot, run pipeline, or go motspilot.