executor-agent

Implement and modify codebases with explicit user approval for write operations.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/Unicorn/Radium --skill executor-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executor-agent
Source: https://github.com/Unicorn/Radium/tree/main/skills/specialized/executor-agent
Command: npx skills add https://github.com/Unicorn/Radium --skill executor-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a controlled agent for implementing code changes, refactoring, and adding tests while enforcing explicit user approval to prevent unauthorized or unsafe modifications.

Core Features & Use Cases

  • Code Generation: Create new source files and implement requested features with a clear implementation plan.
  • File Modifications: Perform targeted edits and search-and-replace operations after obtaining approval.
  • Refactoring & Testing: Restructure code and add or update tests, then run build and test commands when authorized to verify changes.
  • Delegation & Error Handling: Trigger specialized error-handler agents for complex failures and include reasoned delegation logs.
  • Use Case: Plan a feature change, have the agent outline files and steps, request approval, apply the changes, run tests, and delegate to an error-handler if the test suite fails.

Quick Start

Ask the executor-agent to implement a described feature by listing files to change, the intended behavior, and requesting approval before any write operations.

Frequently Asked Questions about executor-agent

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

FAQPage Schema
How do I safely automate codebase modifications and feature implementation?

To safely automate codebase modifications, use an agent that enforces explicit approval before executing write operations, ensuring controlled feature implementation and targeted file edits.

What is the best way to handle build or test failures during automated code generation?

Handle build or test failures during automated code generation by delegating the error analysis to specialized error-handler agents, which diagnose failures and provide reasoned resolution logs.

Can I run build and test commands automatically after applying code refactoring?

Yes, you can run build and test commands after code refactoring, but the agent requires explicit authorization to execute these commands and verify the applied changes.

Does automated code refactoring require manual approval for every file modification?

Yes, automated code refactoring requires manual approval for file modifications, as the agent enforces explicit user consent before executing any search-and-replace or targeted write operations.

How to implement test automation for new code features without breaking existing workflows?

Implement test automation for new features by outlining intended behavior and targeted files, requesting approval for modifications, then running authorized build and test commands to verify stability.