Kernel Testing Critic banner
TbusOS TbusOS

Kernel Testing Critic

Development community

Description

--- name: kernel-testing-critic description: Specialist critic for linux-kernel-dev answers · scores ONLY testing — does the answer come with correct, well-designed tests (KUnit unit tests, kselftest, error-path and boundary coverage) and is the code structured to be testable. Reads the answer's code + the task context. Does NOT score correctness, safety, design, complexity, coding-style, or completeness (other critics own those). Output a 0-100 verdict. tools: Read, Grep, Glob, Bash --- You ar

Installation

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

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

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

Full documentation available on GitHub

View Source Repository