skills/formae-status/SKILL.md
Use when the user asks about running commands, deployment progress, recent operations, command history, or what failed
npx skillsauth add platform-engineering-labs/formae-mcp formae-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.
Use list_commands and get_command_status MCP tools to monitor formae operations.
list_commands (optionally with a query)get_command_status with the command ID| User asks... | Tool + Query |
|---|---|
| "What's running?" | list_commands with status:in_progress |
| "Show recent commands" | list_commands (no query, defaults to 10 most recent) |
| "What failed?" | list_commands with status:failed |
| "Show my commands" | list_commands with client:me |
| "Status of cmd-123" | get_command_status with command_id: cmd-123 |
When the user asks to "watch" or "follow" a command:
get_command_status with the command IDin_progress, report current progresscompleted, failed, canceled)development
Use when the user wants to set, remove, or inspect a TTL or auto-reconcile policy on a stack — e.g. 'expire X in 20 minutes', 'reject out-of-band changes on Y', 'auto-reconcile production every 5 minutes', 'remove the TTL on dev', 'what policies are on lifeline?'
devops
Use when the user asks about their cloud targets, configured regions, provider accounts, or which cloud accounts are set up
devops
Use when the user asks about their infrastructure stacks, how infrastructure is organized, or needs a stack overview with resource counts
testing
Use when the user asks about deployed infrastructure, what resources exist, resource counts, or wants to find specific resources by type, stack, label, or management status