원클릭으로
upgrade-dependency
Use this skill when upgrading a Maven dependency, GitHub Action, or other versioned dependency in this repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when upgrading a Maven dependency, GitHub Action, or other versioned dependency in this repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill when applying Error Prone auto-fixes to the codebase and resolving remaining build warnings. Covers running the self-check script, validating changes, and efficiently batch-fixing warnings.
Use this skill when asked to create or modify an Error Prone `BugChecker`. It covers choosing the right module, implementing the checker and tests, and following the repository validation workflow.
Use this skill after completing implementation to run the full post-implementation validation workflow: structured review, mutation testing, self-check, and full build.
Use this skill when creating, opening, or preparing a pull request in this repository.
Use this skill when asked to create or modify Refaster rules in this repository. It covers choosing the right rule collection, updating test fixtures and registration, and following the repository validation workflow.
Use this skill when reviewing code changes against the project's review checklist. Guides multi-pass structured review with progressive focus areas.
| name | upgrade-dependency |
| description | Use this skill when upgrading a Maven dependency, GitHub Action, or other versioned dependency in this repository. |
Use this skill when asked to upgrade a dependency version.
Read .github/instructions/commit-message.instructions.md
for the upgrade commit conventions. Then:
pom.xml (or workflow file for
Actions). Also update any <!-- Renovate: ... --> markers in
integration-tests/*-init.patch files, preserving the existing coordinate
convention (which may reference a BOM artifact rather than the dependency
itself).git log --grep='^Upgrade {Name}' --format='%B%n---' -n 10.