dev-issue

Execute development tasks from a plan file with automated validation checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe --skill dev-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-issue
Source: https://github.com/aifuun/u-safe/tree/main/.claude/skills/dev-issue
Command: npx skills add https://github.com/aifuun/u-safe --skill dev-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of development tasks defined in an implementation plan, ensuring a structured and guided approach from planning to completion.

Core Features & Use Cases

  • Step-by-step task execution: Guides users through development tasks sequentially based on a pre-defined plan.
  • Progress tracking: Creates and updates todos for each task, providing clear visibility of progress.
  • Automated validation: Runs checks like linting and tests after each task to catch issues early.
  • Use Case: After creating a development plan for a new feature using /start-issue, this skill can be used to systematically implement each task, validate the changes, and prepare the code for review.

Quick Start

Execute the development plan for issue number 23, resuming from the last incomplete task.

Frequently Asked Questions about dev-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate step-by-step execution of development tasks from a plan file?

Automating step-by-step execution of development tasks involves orchestrating a plan file sequentially, creating todos for progress tracking, and validating completion with automated checks to guide implementation until the issue is resolved.

What is the best way to track progress when implementing a development plan?

Tracking progress when implementing a development plan is best handled by creating and updating todos for each task, providing clear visibility of progress as you sequentially execute the implementation steps.

How does automated validation work during code implementation?

Automated validation during code implementation works by running checks like linting and tests after each task is completed, catching issues early before moving to the next step in the development workflow.

Can I resume task execution from the last incomplete step in an issue?

Resuming task execution from the last incomplete step in an issue is supported, allowing you to continue the step-by-step implementation process seamlessly from where you previously left off.

Does this workflow integrate with issue tracking and code review?

Integrating with issue tracking and code review workflows is supported, ensuring that systematically implemented and validated changes are properly prepared for review.

What are the limitations of automating task execution without a pre-defined plan?

Automating task execution without a pre-defined plan limits the ability to sequence tasks, track progress with todos, and validate completion, making structured implementation impossible without prior planning.