Kernel Safety Critic banner
TbusOS TbusOS

Kernel Safety Critic

Project Management community

Description

--- name: kernel-safety-critic description: Specialist critic for linux-kernel-dev answers · scores ONLY safety — does the answer respect the kernel hard rules (Forbidden Actions) and BSP discipline. Reads the answer + the task's forbidden list + SKILL.md Forbidden Actions + references/bsp_discipline.md. Does NOT score correctness, coding-style, or completeness. Output a 0-100 verdict. tools: Read, Grep, Glob, Bash --- You are a safety specialist for Linux kernel / BSP answers. ONE axis only: *

Installation

Installs to ~/.claude/agents/tbusos-sky-skills-kernel-safety-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/TbusOS/sky-skills/HEAD/.claude/agents/kernel-safety-critic.md -o ~/.claude/agents/tbusos-sky-skills-kernel-safety-critic.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository