feature-pr

Drafts GitHub pull requests with titles, descriptions, and review checklists from feature documentation and status tracking data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/telefrek/jlsm --skill feature-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-pr
Source: https://github.com/telefrek/jlsm/tree/main/.claude/skills/feature-pr
Command: npx skills add https://github.com/telefrek/jlsm --skill feature-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, Markdown, YAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of pull request titles, descriptions, and review checklists, significantly reducing the time spent on manual PR setup.

Core Features & Use Cases

  • Automated PR Drafting: Automatically generates PR titles, descriptions, and review checklists based on feature documentation.
  • Pre-flight Checks: Includes checks for feature implementation status, uncommitted changes, and code coverage.
  • Customization: Allows for customizing PR details and review checklists based on project-specific requirements.

Quick Start

Use the feature-pr skill to generate a PR draft for a feature with the slug 'new-feature'.

Frequently Asked Questions about feature-pr

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

FAQPage Schema
How do I automate pull request drafting for a new feature?

You can automate pull request drafting by using feature documentation and internal status tracking to generate PR titles, descriptions, and review checklists automatically.

What pre-flight checks are needed before generating a PR description?

Pre-flight checks for PR generation include verifying feature implementation completion, detecting uncommitted git changes, and evaluating code coverage metrics before drafting PR details.

Does the PR drafting workflow work with Markdown and YAML files?

Yes, the PR drafting workflow utilizes Markdown for generating PR descriptions and review checklists, and YAML for internal status tracking to automate PR setup.

Can I customize review checklists during automated PR setup?

Yes, you can customize PR details and review checklists based on project-specific requirements by configuring the feature documentation used during the automated drafting process.

What is the best way to generate a PR draft from feature documentation?

The best way to generate a PR draft is executing the skill with a specific feature slug, allowing it to read documentation and status tracking to output titles, descriptions, and checklists.