com um clique
status
Capture a quick status update and append it to today's daily log.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Capture a quick status update and append it to today's daily log.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Set up or bootstrap a project with the claude-code-config tooling — setup-project.sh, install-tooling.sh, the layered hooks setup, and the new-repo runbook. Use when installing this config into a repo, running the setup scripts, vendoring the make-check tooling, or bootstrapping a new project.
Create a new "Later" backlog item (Learn / Research / Do / Read) from a configurable template.
Install or update the shared MkDocs Material style layer (Ink & Indigo on warm paper) in the current project.
Prepare technical analysis for backlog refinement meetings.
Prepare end-of-week review notes summarizing the full week's work activity across all sources (Git, GitHub, Jira).
Prepare a standup document summarizing recent work activity across Git, GitHub, and Jira.
| name | status |
| description | Capture a quick status update and append it to today's daily log. |
| argument-hint | <message> |
| disable-model-invocation | true |
Capture a quick status update and append it to today's daily log.
$ARGUMENTS
/status Finished auth flow for BIL-123, /status In code review for PR #456The full $ARGUMENTS text is the status message.
If no message is provided, ask the user:
"What's your status update?"
date +%Y-%m-%d
./standups/YYYY-MM-DD-log.md./standups/ directory if it doesn't existIf the log file does not exist, create it with this header:
# Daily Log - DD Mon YYYY
followed by a blank line and the ## Status Updates section.
Append the timestamped entry under the ## Status Updates section:
- **HH:MM** - [message]
Use the current local time (24-hour format) for the timestamp.
Important: If the file already exists but has no ## Status Updates section, add it before the first ## Session Summaries section (or at the end of the file if no sections exist). Always append new entries at the end of the Status Updates section, before any other section.
Output a brief confirmation (2-3 lines max):
Status logged to ./standups/YYYY-MM-DD-log.md
> HH:MM - [message]
Do NOT gather any additional data, run git commands, or produce lengthy output. This command is for quick capture only.