gdscript-refactor-executor

Execute GDScript refactorings from code review reports after user approval.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill gdscript-refactor-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdscript-refactor-executor
Source: https://github.com/cautiouskurns/Blood-and-Gold/tree/main/.claude/skills/gdscript-refactor-executor
Command: npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill gdscript-refactor-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of recommended code quality refactorings for GDScript by translating code review reports into safe, incremental edits.

Core Features & Use Cases

  • Plan-driven edits: parses a selected code review report and generates a prioritized plan of fixes.
  • Safe execution flow: separates analysis from edits and requires user approval before applying changes.
  • Use Case: After receiving a code review, run this skill to generate and apply the recommended refactors across your Godot project.

Quick Start

Use the gdscript refactor executor to process a chosen code review report and begin applying the approved edits.

Frequently Asked Questions about gdscript-refactor-executor

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

FAQPage Schema
How do I apply GDScript refactoring suggestions from a code review automatically?

To apply GDScript refactoring automatically, this Skill parses your code review report, extracts actionable items, and generates a prioritized execution plan. It requires your approval before applying edits and validates changes to preserve behavior.

What is the safest way to execute Godot code review fixes across a project?

The safest way to execute Godot code review fixes is using a plan-driven approach that separates analysis from edits. This Skill generates a prioritized fix plan and requires explicit user approval before applying any changes to your project.

How do I generate an execution plan for GDScript code quality improvements?

You can generate an execution plan for GDScript code quality improvements by providing a selected code review report. The Skill reads the report, extracts actionable refactoring items, and prioritizes the fixes for incremental application.

Can I review the recommended code changes before they are applied to my Godot project?

Yes, you can review recommended code changes before they are applied. The Skill separates analysis from edits and requires explicit user approval before modifying your Godot project to ensure safe execution.

Does the GDScript refactor executor validate behavior after applying code review changes?

Yes, the GDScript refactor executor validates changes to preserve behavior after applying edits. This ensures that the automated refactoring process maintains the integrity of your codebase throughout the execution plan.

When should I use an automated executor for GDScript refactoring instead of manual edits?

You should use an automated executor for GDScript refactoring when you have a comprehensive code review report and need to safely apply multiple prioritized fixes. It translates review artifacts into incremental edits while validating behavior.