원클릭으로
fix-compilation-messages
Fix compilation errors, warnings, and informational messages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix compilation errors, warnings, and informational messages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Write the release notes
Review the changelog and last commits for consistency
Simplify the [Unreleased] section of CHANGELOG.md (or a specific version) into a user-focused changelog summary using the instructions from the CI workflow.
Clean C# code style based on project rules
Write a commit message for the currently staged or uncommitted changes
Debug some feature
| name | fix-compilation-messages |
| description | Fix compilation errors, warnings, and informational messages |
| allowed-tools | ["read","edit","exec","grep","glob"] |
| triggers | ["user","model"] |
Fix the following compilation messages (errors, warnings, and informational messages).
Do not cause breaking changes.
Do not ask for confirmation before applying changes that directly fix the messages. Prompt the user for potential breaking changes or doubts on the accurate solution.
Summarize the type of issues fixed, do not list all changes.
Do not run a full rebuild at the end unless the user asks for it; this skill is for applying fixes from already-provided compiler output.