ring:dev-refactor

Generate prioritized refactoring tasks and validate codebase rules for multiple platforms.

4|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/LerianStudio/ring-for-opencode --skill ring-dev-refactor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ring:dev-refactor
Source: https://github.com/LerianStudio/ring-for-opencode/tree/main/assets/skill/dev-refactor
Command: npx skills add https://github.com/LerianStudio/ring-for-opencode --skill ring-dev-refactor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically identifies gaps between project standards and codebases and generates actionable refactoring tasks.

Core Features & Use Cases

  • PROJECT_RULES.md validation and stepwise preparation for the ring:dev-cycle workflow.
  • Codebase report generation and findings consolidation for prioritized refactor tasks.
  • Task creation and artifact export for handoff to the ring:dev-cycle.

Quick Start

Run the dev-refactor skill against your project to initialize a standard audit and generate a formal refactor plan. The tool outputs artifacts under docs/refactor/ with a codebase report, findings, and tasks ready for review.

Frequently Asked Questions about ring:dev-refactor

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

FAQPage Schema
How do I automate codebase refactor planning for a mixed Go and Node.js stack?

Codebase refactor planning detects deviations from project standards by inferring stack type from go.mod and package.json manifests, then generates prioritized refactoring tasks for mixed Go and Node.js projects.

What is PROJECT_RULES.md validation for a codebase audit?

PROJECT_RULES.md validation checks your codebase against defined standards to identify gaps and stepwise prepare findings for the refactoring workflow. It ensures architecture and codebase standards are formally enforced.

How do I generate actionable refactoring tasks from codebase findings?

Generate actionable refactoring tasks by consolidating codebase report findings into a prioritized list. The process exports artifacts under docs/refactor/ containing the codebase report, findings, and formal tasks for handoff.

Does the refactor audit work with both Go and Node.js projects?

Yes, the refactor audit supports Go, Node.js, and mixed stacks by automatically inferring the project type from go.mod and package.json manifests before generating prioritized findings.

What is the best way to prepare codebase findings for the ring:dev-cycle workflow?

Prepare findings by validating PROJECT_RULES.md, generating a codebase report, and consolidating findings into refactor tasks exported as artifacts under docs/refactor/ for direct handoff to the ring:dev-cycle workflow.

Where does the automated codebase refactor tool export its task artifacts?

The codebase refactor tool exports artifacts under docs/refactor/, delivering a formal codebase report, consolidated findings, and prioritized tasks ready for review and workflow handoff.