implement-ticket

Constructs validated code scaffolds across multiple layers from Jira tickets or other sources.

Updated Jul 22, 2023
One-click install
npx skills add https://github.com/ValerianGuivarch/lsr-nestjs-backend --skill implement-ticket-valerianguivarch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-ticket
Source: https://github.com/ValerianGuivarch/lsr-nestjs-backend/tree/main/.claude/skills/implement-ticket
Command: npx skills add https://github.com/ValerianGuivarch/lsr-nestjs-backend --skill implement-ticket-valerianguivarch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of code structures from various instruction sources, ensuring they conform to the required architecture, and only proceeds after user validation.

Core Features & Use Cases

  • Source Compatibility: Integrates with Jira tickets, technical scopes, macro scopes, markdown specifications, or free-form descriptions.
  • Automated Scaffold: Constructs entities, DTOs, repositories, services, controllers, modules, UI components, tests, and migrations automatically.
  • Validation First: Does not write code until user validation is obtained to prevent errors.
  • Multi-layer Support: Supports various layers of the codebase, including entity, domain, repository, service, controller, module, UI components, tests, and migrations.

Quick Start

Implement the required features for IDF-XXXX using the 'implement-ticket' skill.

Frequently Asked Questions about implement-ticket

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

FAQPage Schema
How do I scaffold and implement code from Jira tickets automatically?

Scaffolding code from Jira tickets requires connecting to your Jira access to parse ticket instructions, then automatically constructing the required entities, repositories, services, and UI components with validation.

Can I generate code from markdown specifications or free-form descriptions?

Yes, generating code from markdown specifications or free-form descriptions is fully supported, allowing you to construct multi-layer code structures like DTOs, controllers, and migrations directly from those instruction sources.

What layers of the codebase can be scaffolded during code implementation?

Code implementation scaffolding supports multiple layers of the codebase, including entities, domains, repositories, services, controllers, modules, UI components, tests, and migrations.

Does automated code scaffolding write files before user validation is obtained?

No, automated code scaffolding operates on a validation-first principle and does not write any code until explicit user validation is obtained to prevent architectural errors.

What is the best way to ensure scaffolded code conforms to my project architecture?

To ensure scaffolded code conforms to your project architecture, use automated scaffolding with validation first, which constructs code structures from your instruction sources and pauses for approval before writing.

How do I implement a feature across multiple layers using a technical scope?

Implementing a feature across multiple layers from a technical scope involves automated scaffolding that constructs the necessary entities, services, and controllers, requiring only Jira access if the source is a ticket.