feat(nabledge-5/6): Add upgrade-check workflow for Nablarch version upgrade impact analysis#251
Draft
kumagoro1202 wants to merge 2 commits intonablarch:mainfrom
Draft
feat(nabledge-5/6): Add upgrade-check workflow for Nablarch version upgrade impact analysis#251kumagoro1202 wants to merge 2 commits intonablarch:mainfrom
kumagoro1202 wants to merge 2 commits intonablarch:mainfrom
Conversation
…pgrade impact analysis - Add workflows/upgrade-check.md: 4-step workflow for detecting upgrade impacts using rule-based analysis (R1-R8) and optional LLM-assisted evaluation - Add scripts/upgrade-checker.sh: bash script implementing R1-R8 detection rules covering 88% of affected items across v5/v6 release notes - Update SKILL.md: add upgrade-check workflow entry in Step 0 routing Based on analysis of 83 affected items (v5: 75, v6: 8) from release notes JSON.
- Move upgrade-check.md and upgrade-checker.sh from nabledge-1.4 to nabledge-5/6 - Release notes JSON is located in knowledge/releases/releases/ within each skill - Revert nabledge-1.4/SKILL.md to original state (no upgrade-check entry) - Update nabledge-5/SKILL.md and nabledge-6/SKILL.md with upgrade-check workflow entry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds an upgrade-check workflow to the
nabledge-5andnabledge-6skills, enabling automated impact analysis when upgrading Nablarch versions.Added files
nabledge-5:
.claude/skills/nabledge-5/workflows/upgrade-check.md.claude/skills/nabledge-5/scripts/upgrade-checker.shnabledge-6:
.claude/skills/nabledge-6/workflows/upgrade-check.md.claude/skills/nabledge-6/scripts/upgrade-checker.shBackground
Nablarch users often face challenges when assessing upgrade impacts between versions, as they must manually review release notes. This workflow automates the detection process by:
pom.xml(BOM dependency)Detection Rules
hints[]containing "システムへの影響あり"titlecontaining "影響がある変更"Analysis Basis
Analysis of all 83 affected items across 25 release note files (v5: 21 files, 75 items; v6: 4 files, 8 items):
Usage