·ln-401-task-executor
>_

ln-401-task-executor

levnikolaevich/claude-code-skills

Executes implementation tasks (Todo -> In Progress -> To Review). Follows KISS/YAGNI, guides, quality checks. Not for test tasks.

19Installs·0Trend·@levnikolaevich

Installation

$npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-401-task-executor

SKILL.md

Executes a single implementation (or refactor) task from Todo to To Review using the task description and linked guides.

| Load task | getissue(taskid) | Read("docs/tasks/epics/.../tasks/T{NNN}-.md") | | Update status | updateissue(id, state) | Edit the Status: line in file | | Kanban | Updated by Linear sync | Must update kanbanboard.md manually |

Workflow (concise) 1) Load context: Fetch full task description (Linear: getissue; File: Read task file); read linked guides/manuals/ADRs/research; auto-discover team/config if needed.

Executes implementation tasks (Todo -> In Progress -> To Review). Follows KISS/YAGNI, guides, quality checks. Not for test tasks. Source: levnikolaevich/claude-code-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-401-task-executor
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ln-401-task-executor?

Executes implementation tasks (Todo -> In Progress -> To Review). Follows KISS/YAGNI, guides, quality checks. Not for test tasks. Source: levnikolaevich/claude-code-skills.

How do I install ln-401-task-executor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-401-task-executor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/levnikolaevich/claude-code-skills