change-request-generator

Generate standardized Change Request documents with acceptance criteria from user descriptions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/apadern/.github_tailormade --skill change-request-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-request-generator
Source: https://github.com/apadern/.github_tailormade/tree/main/skills/change-request-generator
Command: npx skills add https://github.com/apadern/.github_tailormade --skill change-request-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Creating Change Requests (CRs) is often manual, inconsistent, and time-consuming. This Skill automates turning user descriptions into standardized CR documents to accelerate planning and reduce miscommunication.

Core Features & Use Cases

  • Standardized CR generation: Produces issues/CR-###_<title>.md from user input using a consistent template.
  • Clarification handling: Uses vscode/askQuestions to resolve ambiguities with options A/B/C when needed.
  • Workflow integration: Outputs a ready-to-file CR in the issues/ directory, with clear scope and acceptance criteria.

Quick Start

Provide a user prompt describing the desired change and let this Skill generate a complete CR file in issues/.

Frequently Asked Questions about change-request-generator

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

FAQPage Schema
How do I generate a structured change request from a feature description?

To generate a structured change request, provide a user prompt describing the desired change. The Skill automates turning feature requests into a standardized CR file with clear scope and acceptance criteria.

What is the best way to standardize backlog items for backend and frontend workstreams?

Standardizing backlog items is achieved by applying this Skill to feature requests or compliance requirements. It produces a standardized CR file in the issues directory with actionable details across workstreams.

How does the clarification process work when creating change requests?

The clarification process uses interactive prompts to resolve ambiguities in user descriptions. It presents A/B/C options during change request generation to ensure the resulting CR file contains clear and accurate details.

Can I use this to automate change request documents for compliance requirements?

Yes, you can use this Skill to automate change request documents for compliance requirements. It transforms these inputs into structured backlog items with actionable details and clear acceptance criteria.

Where are the generated change request files stored?

Generated change request files are stored in the issues directory. They are saved using a standardized naming convention as markdown files with a CR number and title.

Do I need any external dependencies to create structured change requests?

No external dependencies are required to create structured change requests. The Skill operates independently using a built-in template to produce the final markdown output file.