원클릭으로
refactor-autonom
Autonomously refactor a change across the codebase, running tests in a loop until green, then rebuild and commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Autonomously refactor a change across the codebase, running tests in a loop until green, then rebuild and commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Internal architecture of json-schema/xsd-to-jsonschema.js — the GraalVM JavaScript converter that transforms NeTEx XSD schemas into annotated JSON Schema. Use when modifying the converter, debugging conversion output, adding new annotation passes, or understanding how XSD constructs map to JSON Schema. Trigger: /sub-graph or when editing xsd-to-jsonschema.js.
Generate OpenAPI 3.x schema components from XSD schemas with correct XML serialization annotations. Covers the xml: object (name, attribute, wrapped, namespace, prefix), XSD-to-OpenAPI mapping rules, and how to extend xsd-to-jsonschema.js to produce OpenAPI-compatible output. Use when converting XSD types to OpenAPI schemas, adding XML media type support to OpenAPI specs, or debugging XML serialization of OpenAPI-generated models.
| name | refactor-autonom |
| description | Autonomously refactor a change across the codebase, running tests in a loop until green, then rebuild and commit. |
| argument-hint | <change description> |
I need you to autonomously refactor the following across the codebase: $ARGUMENTS .
Here's the approach:
make testDo NOT stop to ask me questions — use your judgment. After all tests pass, run make schema and rebuild HTMLs, verify those pass too, then commit with a descriptive message. Track each iteration so you can summarize what you fixed at the end.