skills/dco-ai-attribution/SKILL.md
DCO compliance and AI attribution guidelines for commits that include AI-assisted code. Enforces the Linux kernel coding-assistants policy: AI must never add Signed-off-by; humans certify the DCO; Assisted-by trailer documents AI tool usage. Apply whenever a user is committing AI-assisted code in any project.
npx skillsauth add cnoe-io/ai-platform-engineering dco-ai-attributionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
These rules are derived from the Linux kernel's official AI Coding Assistants policy. They apply to all projects where the DCO governs contributions.
Signed-off-by is a human-only legal certification of the DCO. An AI agent must not
generate, suggest, or insert a Signed-off-by line on behalf of itself.
The human submitter is always responsible for:
Signed-off-by to certify the DCOFormat: Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]
Examples: Assisted-by: Claude:claude-sonnet-4-6 Assisted-by: Claude:claude-sonnet-4-6 clang-tidy Assisted-by: Claude:claude-3-opus coccinelle sparse
fix(auth): validate JWT expiry before returning user context
The expiry check was skipped when the token lacked an explicit 'exp' claim, allowing stale tokens to authenticate.
Assisted-by: Claude:claude-sonnet-4-6 Signed-off-by: Sri Aradhyula [email protected]
Written with Claude Code (claude-sonnet-4-6). Policy content derived from the Linux kernel's coding-assistants.rst, authored by the kernel community (GPL-2.0).
Assisted-by: Claude:claude-sonnet-4-6
testing
Compare A2A streaming behaviour across supervisor versions. Captures SSE events, analyzes metadata flags (is_narration, is_final_answer), and produces side-by-side comparison reports.
testing
Generate a comprehensive sprint progress report from Jira with velocity metrics, burndown analysis, blocker identification, and team workload distribution. Use when preparing sprint reviews, standups, or tracking sprint health mid-cycle.
development
Scan GitHub repositories for security vulnerabilities including Dependabot alerts, code scanning results, and secret scanning findings. Use when auditing repository security, preparing compliance reports, or triaging vulnerability alerts.
development
Perform a comprehensive code review of a specific GitHub Pull Request. Analyzes code changes, checks for bugs, security issues, test coverage, and coding standards compliance. Use when a user provides a PR URL or asks to review a specific pull request.