一键导入
license-audit
Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
The official Kanbrio development and review lifecycle using AI agents.
Naming conventions, function design, and readability standards.
YAGNI, simplicity, and continuous improvement mindset.
Procedures for database schema design for hierarchical tasks and event auditing.
Rules for cross-package dependencies and monorepo structure.
Technical instructions for implementing probabilistic forecasting.
| name | license-audit |
| description | Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance. |
This skill ensures that Kanbrio remains legally compliant with its chosen open-source strategy (AGPL-3.0 for apps, Apache-2.0 for packages).
Before adding any new dependency (cargo add or bun add), the agent must check if its license is compatible:
Agents should periodically run the following commands (if tools are available):
cargo deny check licensesbun x license-checkerEnsure every third-party component is properly attributed in a THIRD_PARTY_NOTICES file if required by the license (especially for Apache 2.0).
Unless explicitly approved by the user, block the following: