一键导入
check-licenses
Check project dependencies for license compliance issues. Use when the user asks about licenses, compliance, or legal review of deps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check project dependencies for license compliance issues. Use when the user asks about licenses, compliance, or legal review of deps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit local Docker images and running containers for hardening issues before deploy — privileged flags, root users, stale base images, missing resource limits. Use for pre-deploy container review.
Check system health before deploying. Verifies disk space, memory, and running services to catch issues before they hit production.
Automatically format code after edits. Runs prettier/black on modified files to keep style consistent.
Review staged git changes for bugs, style issues, and best practices. Use when the user asks for a code review or CR.
Review staged git changes for bugs, style issues, and best practices. Use when the user asks for a code review or CR.
Set up a project for development. Install dependencies, configure environment, and verify the setup works. Use when the user asks to set up, install deps, or get started with a project.
| name | check-licenses |
| description | Check project dependencies for license compliance issues. Use when the user asks about licenses, compliance, or legal review of deps. |
Scan project dependencies for license compliance issues (GPL in commercial projects, missing licenses, etc.).
bash ${CLAUDE_SKILL_DIR}/scripts/analyze-licenses.sh
List any dependencies with problematic licenses.
Dependencies with unusual or unknown licenses.
Overall compliance status (clean, warnings, or violations).