com um clique
hotfix
Create a hotfix branch, apply the fix, run tests, and prepare for merge.
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
Create a hotfix branch, apply the fix, run tests, and prepare for merge.
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ê.
Generate and maintain compressed context summaries of the project. Used by agents to load minimal context instead of reading full files. Saves tokens and reduces latency.
Create a database migration using the project's migration tool.
Check health and status of all project services — containers, API, frontend, database, migrations.
Write structured memory notes to the knowledge graph. Every agent uses this to record bugs, lessons, heuristics, and decisions as individual nodes with [[wikilinks]] to create a navigable graph. Two memory types -- heuristic (permanent rules) and episodic (specific events).
Switch execution mode (fast, standard, serious) or let auto-detection decide.
Scan a codebase, detect the stack, and auto-generate a complete .tasuki/ configuration with agents, rules, hooks, skills, and TASUKI.md.
Baseado na classificação ocupacional SOC
| name | hotfix |
| description | Create a hotfix branch, apply the fix, run tests, and prepare for merge. |
| argument-hint | [issue description] |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep |
Hotfix for: $ARGUMENTS
git checkout -b hotfix/{description}git commit -m "fix: {description}"