| name | check-licenses |
| description | Check project dependencies for license compliance issues. Use when the user asks about licenses, compliance, or legal review of deps.
|
License Checker Skill
Scan project dependencies for license compliance issues (GPL in
commercial projects, missing licenses, etc.).
Process
- Run the license analysis script to gather dependency license data:
bash ${CLAUDE_SKILL_DIR}/scripts/analyze-licenses.sh
- Review the output for problematic licenses
- Flag any GPL/AGPL dependencies in non-GPL projects
- Report dependencies with missing or unknown licenses
Output Format
Compliance Issues
List any dependencies with problematic licenses.
Warnings
Dependencies with unusual or unknown licenses.
Summary
Overall compliance status (clean, warnings, or violations).