development-workflow

Guide development workflows with GitHub Flow and OpenSpec proposals.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/kuchida1981/comic-viewer-helper --skill development-workflow-kuchida1981
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-workflow
Source: https://github.com/kuchida1981/comic-viewer-helper/tree/main/.gemini/skills/development-workflow
Command: npx skills add https://github.com/kuchida1981/comic-viewer-helper --skill development-workflow-kuchida1981

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for a consistent and structured development process, ensuring that every development-related task in the project is handled efficiently and safely.

Core Features & Use Cases

  • Structured Development Workflow: A clear guide to the entire development process, including issue management, proposal creation, code review, and deployment.
  • Quality Control: Automated checks for code quality, TypeScript type checking, and unit tests to maintain high standards.
  • User Verification: Encourages user action verification for pull requests to ensure functionality meets expectations.
  • Documentation: Comprehensive documentation integrated into the workflow, including development guidelines and troubleshooting steps.

Quick Start

Follow the development workflow outlined in the SKILL.md file, adhering to Git best practices and using the automated checks before submitting a pull request.

Frequently Asked Questions about development-workflow

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

FAQPage Schema
How do I structure a development workflow for issue management and code review?

A structured development workflow using GitHub Flow standardizes issue management, proposal creation, and code review. It guides feature implementation and refactoring by enforcing automated quality checks and user verification before pull request submission.

What is GitHub Flow and how does it handle feature implementation and bug fixes?

GitHub Flow is a branch-based development workflow managing feature implementation and bug fixes. It pairs with OpenSpec for proposal management, ensuring every task undergoes automated TypeScript type checking and unit testing before deployment.

How do I automate quality control checks for TypeScript and unit tests before a pull request?

Automated quality control checks for TypeScript and unit tests run before pull request submission. The development workflow integrates these checks directly into the process to maintain code quality and verify that functionality meets expectations.

Can I use OpenSpec for proposal management within a GitHub Flow development process?

Yes, OpenSpec integrates with GitHub Flow for proposal management. This combination automates the development lifecycle by handling feature implementation, refactoring, and bug fixes while enforcing user verification and structured documentation.

Does this development workflow require specific dependencies to manage code review?

No specific dependencies are required to manage code review. The workflow operates independently to guide proposal creation, enforce automated checks for TypeScript, and support user action verification for pull requests.

What are the limitations of using a structured development workflow for project management?

The structured development workflow requires strict adherence to Git best practices and manual user action verification. It limits rapid deployments by enforcing comprehensive documentation, TypeScript type checking, and unit tests before pull requests.