lybtzyzs-task-executor

Automate GitHub Issue implementation from task reading to code commit.

Updated Jun 16, 2025
One-click install
npx skills add https://github.com/shouqitao/LYBTZYZS --skill lybtzyzs-task-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lybtzyzs-task-executor
Source: https://github.com/shouqitao/LYBTZYZS/tree/main/.claude/skills/lybtzyzs-task-executor
Command: npx skills add https://github.com/shouqitao/LYBTZYZS --skill lybtzyzs-task-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire implementation cycle for GitHub Issues, from understanding the task to committing the code. It eliminates manual coding for routine tasks, ensures adherence to project standards, and provides a closed-loop development experience, freeing developers from repetitive coding.

Core Features & Use Cases

  • End-to-End Task Execution: Automatically reads a GitHub Issue, builds a comprehensive context (requirements, design, code dependencies), generates/modifies code, runs automated validations, and commits the changes.
  • Intelligent Code Generation: Implements various task types (Repository, Service, Controller, ViewModel, View, DTO, Entity, Test) following project-specific templates, DI patterns, async/await best practices, and RESTful conventions.
  • Integrated Quality Gates: Performs automated compilation checks, unit tests, MVP compliance, and architectural compliance checks, attempting simple auto-fixes for common errors.
  • Use Case: A user assigns GitHub Issue #1601, "Create RefreshTokenRepository." This Skill automatically reads the issue, generates the IRefreshTokenRepository interface and RefreshTokenRepository implementation, ensures it inherits BaseRepository<RefreshToken>, implements GetByTokenAsync, compiles, passes compliance checks, and then commits the code with a standard message, updating the issue status.

Quick Start

Execute GitHub Issue #1601 to implement the RefreshTokenRepository.