ito-fix
Starts a structured proposal process specifically for software fixes and corrections.
Install
mkdir -p .claude/skills/ito-fix && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13075" && unzip -o skill.zip -d .claude/skills/ito-fix && rm skill.zipInstalls to .claude/skills/ito-fix
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Start a fix-oriented Ito change proposal with fix-biased intake and schema recommendations.Key capabilities
- →Start a fix-oriented Ito change proposal
- →Bias intake toward fix-related questions
- →Recommend appropriate schema (minimalist, tdd, spec-driven, event-driven)
- →Continue with ito-proposal if a proposal is needed
- →Switch to ito-feature or ito-brainstorming for new capabilities
- →Handle existing change IDs by skipping to ito-proposal
How it works
The skill initiates a change proposal process, biases intake questions towards fixes, recommends a schema, and routes to other skills if the request changes scope.
Inputs & outputs
When to use ito-fix
- →Propose bug fix
- →Initiate infrastructure change
- →Document correction request
About this skill
Use this when the user frames the work as a fix, regression, correction, or supporting platform/tooling/infrastructure change that should be handled like a fix.
If the user already provided a change ID, skip to Step 5 (Continue with ito-proposal) — the change already exists.
Goal
Drive proposal creation through a fix-oriented intake lane without locking the user into a specific schema.
Steps
- Start with
ito-proposal-intake. - Bias the intake toward fix questions:
- What is broken?
- What is the expected behavior?
- Is there a reproduction or regression signal?
- How bounded is the blast radius?
- Recommend a schema:
minimalistfor bounded fixes and small supporting platform or infrastructure changestddfor regression-oriented changes where test-first work is safestspec-drivenif the fix turns out to be broad, architectural, or still ambiguousevent-drivenif the change is centered on event or message workflow behavior
- If intake concludes no proposal is needed, say so and stop.
- If the work is ready for a proposal, continue with
ito-proposalusing the intake summary as the shared understanding. - If the request turns into a new capability or open-ended design discussion, switch to
ito-featureorito-brainstorming.
Important
ito-fixis an opinionated front door, not a separate schema.- The user may still override the recommended schema or continue through the neutral
ito-proposallane.
When not to use it
- →When the work is not framed as a fix, regression, or correction
- →When the request turns into a new capability
- →When the request turns into an open-ended design discussion
Limitations
- →ito-fix is an opinionated front door, not a separate schema.
- →The user may still override the recommended schema or continue through the neutral ito-proposal lane.
- →If the request turns into a new capability or open-ended design discussion, switch to ito-feature or ito-brainstorming.
How it compares
This workflow provides a fix-biased intake and schema recommendation for change proposals, simplify the process for bug fixes compared to a generic proposal intake.
Compared to similar skills
ito-fix side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ito-fix (this skill) | 0 | 2mo | No flags | Beginner |
| triage | 0 | 3mo | No flags | Beginner |
| cleanbeads | 0 | 2mo | Review | Advanced |
| planning-with-files | 233 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by withakay
View all by withakay →You might also like
triage
junghoon-son
ED-style severity assessment for any incoming task, bug, request, or alert. Sorts work by acuity using a Claw-General-flavored ESI (Emergency Severity Index). Use BEFORE deciding what to work on next, or whenever a backlog needs ordering.
cleanbeads
bjlkeng
Audit the beads tracker for stale or incorrectly-marked work — in_progress claims no agent is actually working, beads stuck in_progress that should be blocked, beads stuck blocked whose dependencies have closed, deferred beads whose defer date has passed, and ready-queue beads with an assignee set b
planning-with-files
davila7
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.
trello
openclaw
Manage Trello boards, lists, and cards via the Trello REST API.
pmbok-project-management
jgtolentino
Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.
clickup
civitai
Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.