self-improvement-worker

Automate code changes, commits, and error handling on git branches.

2|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/AndersCan/mantaq --skill self-improvement-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-improvement-worker
Source: https://github.com/AndersCan/mantaq/tree/main/.opencode/skills/self-improvement-worker
Command: npx skills add https://github.com/AndersCan/mantaq --skill self-improvement-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured approach to implementing code changes, ensuring consistent quality and reducing manual effort.

Core Features & Use Cases

  • Task Execution: Automates the process of receiving tasks, implementing changes, and committing to a branch.
  • Caveman Grammar Compliance: Ensures that all output adheres to a specific grammar style for consistency.
  • Error Handling: Implements robust error handling with a maximum of three fix attempts before reporting failure.
  • Use Case: Ideal for organizations looking to streamline the code change process, especially for repetitive tasks that require strict adherence to coding standards.

Quick Start

Run the 'self-improvement-worker' skill with the task description, type, and branch name.

Frequently Asked Questions about self-improvement-worker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code changes and commits to a git branch?

You can automate code changes by running the worker agent with a task description, type, and branch name. It executes the changes, commits them to the specified git branch, and handles errors automatically.

How does automated error handling work for task execution workflows?

Automated error handling for task execution works by implementing robust failure detection with a maximum of three fix attempts. If the worker agent fails to resolve the code change error after three tries, it reports the failure.

Do I need git and bash to run automated commit workflows?

Yes, you need git and bash to run automated commit workflows. Git is explicitly required for branch operations and bash is necessary for the underlying scripting that executes the task changes.

What is the best way to ensure consistent quality for repetitive code changes?

The best way to ensure consistent quality for repetitive code changes is using a structured worker agent. It enforces strict adherence to coding standards and output grammar compliance across all automated task executions.

What are the limitations of using a dedicated worker agent for code changes?

A limitation of using a dedicated worker agent for code changes is its strict three-attempt error handling boundary. If a task requires more than three fixes to resolve an error, the worker will permanently report a failure.