원클릭으로
aicommit
Create a commit message to use for the currently unstaged changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a commit message to use for the currently unstaged changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when Codex needs to start, discover, or communicate with a radare2 or iaito HTTP webserver and run stateful radare2 commands over POST /cmd with curl, especially to replace r2mcp or one-shot r2 command lines during long binary analysis.
Use the bundled r2mcp MCP server for binary analysis, disassembly, and reverse-engineering tasks.
When planning tasks or reviewing code is important to extend the reasoning of the unstaged changes, commits in the current non-master branch and todo roadmap of the ongoing work.
Clean and refactor code with a focus on unnecessary complexity, reducing lines of code, improving readability, and preferring radare2-native portable APIs.
Find bugs and vulnerabilities in C code for radare2
Find logic bugs in C code for radare2 by analyzing control flow, state transitions, and silent assumptions.
| name | aicommit |
| description | Create a commit message to use for the currently unstaged changes |
When using this skill you must read the AGENTS.md to understand the general project guidelines.
git diff to chcek just the unstaged changesgit diff HEAD to see all the changes in this branch for extra context if necessarygit lg master | head -n 40 to see some other commit messages as example.- below the first line with themExtra rules: