meta-gods-fix

Apply automated fixes for code quality issues and verify with linting, type checking, and builds.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill meta-gods-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-gods-fix
Source: https://github.com/HermeticOrmus/hermetic-claude/tree/main/claude/skills/meta-gods-fix
Command: npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill meta-gods-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the remediation of code quality and structural issues identified by the /meta-gods analysis, streamlining the debugging and refactoring process.

Core Features & Use Cases

  • Automated Issue Resolution: Applies predefined fixes for common code quality problems across various domains (production, structure, communication, etc.).
  • History Tracking: Loads and saves analysis history to track progress and compare against previous runs.
  • Verification Loop: Integrates linting, type checking, and build processes to ensure fixes are effective.
  • Use Case: After running /meta-gods and identifying React purity violations and missing sitemap entries, use this Skill to automatically correct these issues and verify the build.

Quick Start

Run the meta-gods-fix skill to automatically resolve identified code issues and verify the build.

Frequently Asked Questions about meta-gods-fix

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

FAQPage Schema
How do I automate code fixes for React purity violations and missing meta tags?

To automate code fixes for React purity violations and missing meta tags, this Skill applies category-specific fixes for production, structure, and communication domains. It then runs a verification loop with linting, type checking, and build processes to ensure the automated fixes are effective.

How do I automatically resolve code quality issues identified during analysis?

To automatically resolve code quality issues identified during analysis, this Skill executes predefined remediations based on the prior `/meta-gods` analysis. It manages history persistence to track progress and applies structural corrections across various domains before verifying the build.

Can I use automated refactoring to fix effect anti-patterns and unescaped entities?

Yes, you can use automated refactoring to fix effect anti-patterns and unescaped entities. This Skill targets these specific code quality problems directly, applying automated corrections and then validating the results through integrated type checking and build processes.

What is the best way to verify that automated code fixes pass linting and type checking?

The best way to verify automated code fixes pass linting and type checking is using a Skill with an integrated verification loop. This tool automatically runs linting, type checking, and build processes immediately after applying structural corrections to ensure stability.

Do I need a prior code analysis run before applying automated fixes?

Yes, you need a prior `/meta-gods` code analysis run before applying automated fixes. This Skill relies on the issues identified by that analysis to apply category-specific remediations for production, structure, and communication domains, ensuring targeted and accurate corrections.

Why does automated code fixing require history persistence during refactoring?

Automated code fixing requires history persistence during refactoring to track remediation progress and compare against previous analysis runs. This ensures that category-specific fixes for production and structure domains are applied sequentially without losing context.