Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .claude/skills/nabledge-5/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ nabledge-5 code-analysis
**"code-analysis" argument** (`nabledge-5 code-analysis`):
- Execute `workflows/code-analysis.md` to analyze user's code

**"upgrade-check" argument** (`nabledge-5 upgrade-check [--from <ver>] [--to <ver>] [--project-dir <path>]`):
- Execute `workflows/upgrade-check.md` to analyze upgrade impact
- This workflow detects affected items between Nablarch 5 versions using rule-based analysis

## Critical Constraints

**Knowledge files only**: Answer using ONLY information in `knowledge/*.json`. DO NOT use external knowledge or LLM training data.
Expand Down
Loading