akbun-refactoring
v1.0.2Refactoring skills — change code, docs, and config already in use, gate every change behind automated verification, and report only what needs a human decision
By akbunLicense: MIT2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install akbun-refactoring for Codex and Claude Code
codex plugin marketplace add choisungwook/akbun-aitools
codex plugin marketplace upgrade akbun-aitools
codex plugin add akbun-refactoring@akbun-aitoolsPaste and run these commands in a terminal with Codex. They add and refresh the akbun-aitools catalog, then install this plugin.
Compatibility: the page URL and API slug “akbun-refactoring” remain stable.
- Codex:
akbun-refactoring@agent-plugin-marketplace→akbun-refactoring@akbun-aitools
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/choisungwook/akbun-aitoolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/akbun-refactoring/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/akbun-refactoring-autoverify/SKILL.md
Included Skills1
이미 사용 중인 코드·문서·설정·인프라 코드를 고치는 리팩토링에서 무엇을 어떤 근거로 수정·삭제·생성할지 먼저 제안해 수락을 받고, 모든 변경을 자동 검증(테스트·린트·타입 검사·빌드·문서 검사)에 통과시킨 뒤, 자동으로 판정할 수 없거나 사람이 결정해야 하는 변경만 증거와 함께 보고한다. 보고 채널은 시작 시 한 번 묻는다(stdout 기본, GitHub PR body, GitHub issue, 파일). "리팩토링하고 검증 통과한 건 요약만", "정리하고 사람이 볼 것만 알려줘", "자동 검증 걸고 고쳐줘" 같은 요청에 사용한다. 사용자가 직접 호출할 때만 실행한다.
Plugin manifests2
{
"name": "akbun-refactoring",
"version": "1.0.2",
"description": "Refactoring skills — change code, docs, and config already in use, gate every change behind automated verification, and report only what needs a human decision",
"author": {
"name": "akbun",
"url": "https://github.com/choisungwook"
},
"homepage": "https://github.com/choisungwook/akbun-aitools",
"repository": "https://github.com/choisungwook/akbun-aitools",
"license": "MIT",
"keywords": [
"refactoring",
"verification",
"tests",
"lint",
"human-review",
"github-pr",
"github-issue",
"stdout"
],
"skills": "./skills/",
"interface": {
"displayName": "akbun Refactoring",
"shortDescription": "Auto-verified refactoring that surfaces only human-decision items",
"longDescription": "Refactors things already in use — codebases, documents, configuration, infrastructure code — in small units. Every unit must pass the repository's own automated verification (tests, lint, type check, build, document checks) before it counts as done. Changes that pass are summarized in one line; only changes that cannot be verified automatically or that require a human judgment (behavior or interface change, deletion, security or permission change, reverted attempts, pre-existing failures) are reported to the operator. The report channel — stdout by default, a GitHub pull request body, a GitHub issue, or a file — is asked once at the start.",
"developerName": "akbun",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/choisungwook/akbun-aitools",
"privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"defaultPrompt": [
"이 모듈을 리팩토링해줘. 모든 변경은 자동 검증을 통과시키고 사람이 판단할 것만 보고해",
"docs/ 문서를 정리해줘. 검증 통과한 건 요약만, 판단 필요한 건 GitHub PR body에 적어줘"
],
"brandColor": "#B45309",
"screenshots": []
}
}{
"name": "akbun-refactoring",
"description": "Refactoring skills — change code, docs, and config already in use, gate every change behind automated verification, and report only what needs a human decision",
"version": "1.0.2",
"author": {
"name": "akbun"
},
"repository": "https://github.com/choisungwook/akbun-aitools",
"license": "MIT",
"keywords": [
"refactoring",
"verification",
"tests",
"lint",
"human-review",
"github-pr",
"github-issue",
"stdout"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[akbun-refactoring on Agent Plugins Marketplace](https://pluginsmp.com/plugins/akbun-refactoring)