ln-402-task-reviewer

Solid

Reviews task implementation for quality, code standards, and test coverage. Use when task is in To Review. Sets task Done or To Rework.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. **Type:** L3 Worker **Category:** 4XX Execution # Task Reviewer **MANDATORY after every task execution.** Reviews a single task in To Review and decides Done vs To Rework with immediate fixes or clear rework notes. > **This skill is NOT optional.** Every executed task MUST be reviewed immediately. No exceptions, no batching, no skipping. ## Purpose & Scope - Resolve task ID (per Input Resolution Chain); load full task and parent Story independently (Linear: get_issue; File: Read task file). - Check architecture, correctness, configuration hygiene, docs, and tests. - For test tasks, verify risk-based limits and priority (≤15) per planner template. - Update only this task: accept (Done) or send back (To Rework) with explicit reasons and fix suggestions tied to best practices. ## Inputs | Input | Required | Source | Description | |-------|----------|--------|-------------| | `taskId` | Yes | args, parent Story, kanban, user | Task to review | **Resolution:** Task Resolution Chain. **Status filter:** To Review ## Phase 0: Tools Config **MANDATORY READ:** Load `shared/references/environment_state_contract.md`, `shared/references/storage_mode_detec...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category