KS
Killer-Skills

fix — how to use fix skill how to use fix skill, fix skill setup guide, automated code review fixes, fix skill vs manual review, fix skill install, what is fix skill, fix skill for AI agents, fix skill best practices, fix skill tutorial

v1.0.0
GitHub

About this Skill

Ideal for Code Review Agents needing automated issue resolution and efficient developer workflow integration. Fix is a skill that automates the resolution of code review issues, using a behavior profile and following specific conventions and architecture guidelines.

Features

Fetches review findings and produces a fix plan
Implements fixes, commits, and pushes changes following explicit approval
Normalizes IDs by adding the DCATgBot- prefix
Follows the developer behavior profile and conventions outlined in CLAUDE.md and ARCHITECTURE.md
Waits for explicit approval before implementing fixes

# Core Topics

arttttt arttttt
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add arttttt/CMIDCABot/fix

Agent Capability Analysis

The fix MCP Server by arttttt is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use fix skill, fix skill setup guide, automated code review fixes.

Ideal Agent Persona

Ideal for Code Review Agents needing automated issue resolution and efficient developer workflow integration.

Core Value

Empowers agents to automate code review fixes following specific developer behavior profiles and conventions outlined in CLAUDE.md and ARCHITECTURE.md, utilizing protocols like explicit approval for fix implementation and commit/push operations.

Capabilities Granted for fix MCP Server

Automating code review fixes
Generating fix plans based on review findings
Implementing approved fixes and committing changes

! Prerequisites & Limits

  • Requires access to review findings and codebase
  • Must follow specific developer behavior profiles and conventions
Project
SKILL.md
1.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Fix Command

Behavior Profile

Use the developer skill as the behavior profile for this command. Treat its rules as mandatory.

Follow CLAUDE.md, conventions.md, and ARCHITECTURE.md.

Task

Fix issues identified in code review.

Interaction Contract

  1. Fetch review findings.
  2. Produce a fix plan.
  3. Wait for explicit approval.
  4. Implement fixes, commit, push.

Algorithm

Step 1: Get findings

  • If ID missing → ask "Which issue to fix?"
  • Normalize ID: add DCATgBot- prefix if missing
  • Use beads to get issue details + comments
  • If no review comments: report "No review findings. Run /review first."
  • Parse findings (Critical, Should Fix, Consider)

Step 2: Create fix plan

Show plan only; do not implement yet.

## Fix Plan
<plan>
---
Confirm? (ok / changes)

Step 3: On approval

  • Implement fixes per plan
  • Commit: fix(<scope>): address review findings
  • Push to remote

Step 4: Report

Fixes complete for <id>.
Fixed: [C1], [S1]...
Next: /review <id>

Plan Format

markdown
1## Fix Plan 2 3**Issue:** <id> - <title> 4**Branch:** <current> 5 6**Findings to fix:** 7- [C1] Title - approach 8- [S1] Title - approach 9 10**Deferred:** 11- [N1] Title - reason

Severity Handling

SeverityDefault
CriticalAlways fix
Should FixFix by default
ConsiderSuggest defer

Important

  • Never fix without plan approval
  • Fix documented issues only
  • Re-review required

Related Skills

Looking for an alternative to fix or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication