pr-title-and-description — edtech pr-title-and-description, kartuli, kartuli-app, community, edtech, ai agent skill, ide skills, agent automation, georgia, georgian-language, language-learning, AI agent skills

v1.0.0
GitHub

About this Skill

Perfect for GitHub Integration Agents needing automated PR title and description generation in conventional commit format. Draft pull request title and description from branch vs main, following the repo PR template. Use when the user asks to generate, write, or draft a PR description, PR title, pull request description,

# Core Topics

kartuli-app kartuli-app
[0]
[0]
Updated: 3/8/2026

Quality Score

Top 5%
57
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add kartuli-app/kartuli/pr-title-and-description
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The pr-title-and-description skill by kartuli-app is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for edtech, georgia, georgian-language.

Ideal Agent Persona

Perfect for GitHub Integration Agents needing automated PR title and description generation in conventional commit format.

Core Value

Empowers agents to generate PR titles and descriptions using markdown output, streamlining the development process on feature branches by automating commit format text production, utilizing conventional commit format and markdown protocols.

Capabilities Granted for pr-title-and-description

Automating PR title and description drafting for feature branches
Generating conventional commit format text for GitHub pull requests
Producing markdown output for PR descriptions to enhance readability

! Prerequisites & Limits

  • Requires access to GitHub repository and branch information
  • Limited to generating PR titles and descriptions in conventional commit format and markdown
Project
SKILL.md
4.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

PR title and description

Produce a PR title (text, conventional commit format) and PR description (markdown) for the current branch compared to main. Output is meant to be pasted into GitHub (or used by another skill that creates the PR).

When to use

  • User says: "generate the PR description", "draft my PR", "write PR title and description", "what should my PR say", or similar.
  • User is on a feature branch and wants copy for a new pull request.

Steps

  1. Get the diff and context

    • Ensure origin/main is available (e.g. git fetch origin main); in shallow/CI/agent checkouts a local main may be missing or stale.
    • Compare current branch to origin/main:
      • Summary: git diff origin/main...HEAD --stat and git log origin/main..HEAD --oneline.
      • Full diff (for content): git diff origin/main...HEAD — use this (or path-specific invocations like git diff origin/main...HEAD -- tsconfig.json 'apps/*/tsconfig.json') to review config and source file changes when inferring themes for the description.
    • Inspect substantive diffs, not only stat and commit messages. Commit messages are often narrowly scoped (e.g. all "chore(diagrams):"); the PR may include other important changes. To avoid omitting them:
      • Review the content of diffs for config and tooling (e.g. tsconfig.json, vitest.config.*, vite.config.*, root and app-level), so path alias changes, baseUrl, or resolver config are captured.
      • Review the content of diffs for source files (e.g. changed imports, path alias usage like @app/... or @domain/...), so refactors and import migrations are captured.
      • If the stat shows changes in both config and source, treat them as separate themes until the diff shows they are the same (e.g. diagram tooling only).
    • Use diff content and log together to infer what the PR does (scope, type, description).
  2. Optional: related issue

    • If the user provides a related issue—either an issue number (e.g. #42, "issue 42") or a GitHub issue URL (e.g. https://github.com/org/repo/issues/42)—reference it in the description under Linked Issues using GitHub keywords: Closes #42, Fixes #42, or Resolves #42. Extract the issue number from a URL if needed.
  3. Follow the PR template

    • When running in a repository checkout, read .github/pull_request_template.md from the workspace (current branch) so PR-local changes to the template are applied. Fallback / human reference: .github/pull_request_template.md on main.
    • Fill sections in this order:
      • Description: Clear summary of what the PR does and why (from diff content and log). Include every substantive theme found in the diff (e.g. diagram tooling and path alias refactors), not only the theme that dominates the commit messages.
      • Linked Issues: Closes #N (or none) if user gave an issue.
      • Type: Check the one that matches the change (feat, chore, fix, docs, test).
      • Scope: Check all that apply (game-client, backoffice-client, ui, storybook, e2e, global).
      • Screenshots / Preview links / Testing notes / Documentation changes: Fill only if the diff clearly implies them; otherwise leave placeholders or "N/A" as in the template.
  4. Title

    • One line, conventional commit: type(scope): short description.
    • Examples from template: feat(game-client): add user authentication, fix(ui): resolve button alignment issue, docs: update contributing guidelines, chore(e2e): upgrade testing dependencies.

Output format

Return exactly two things, clearly labeled:

  1. Title (single line, conventional commit).
  2. Description (full markdown body matching the PR template structure, ready to paste into the PR description field).

Example:

Title:
feat(ui): add responsive layout for settings panel

Description:
[full markdown following .github/pull_request_template.md]

What this skill does not do

  • Does not create or open the PR on GitHub.
  • Does not set assignees, reviewers, or labels.
  • A future skill (e.g. "pr-create") could use this draft and then perform those actions.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is pr-title-and-description?

Perfect for GitHub Integration Agents needing automated PR title and description generation in conventional commit format. Draft pull request title and description from branch vs main, following the repo PR template. Use when the user asks to generate, write, or draft a PR description, PR title, pull request description,

How do I install pr-title-and-description?

Run the command: npx killer-skills add kartuli-app/kartuli/pr-title-and-description. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for pr-title-and-description?

Key use cases include: Automating PR title and description drafting for feature branches, Generating conventional commit format text for GitHub pull requests, Producing markdown output for PR descriptions to enhance readability.

Which IDEs are compatible with pr-title-and-description?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for pr-title-and-description?

Requires access to GitHub repository and branch information. Limited to generating PR titles and descriptions in conventional commit format and markdown.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add kartuli-app/kartuli/pr-title-and-description. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use pr-title-and-description immediately in the current project.

Related Skills

Looking for an alternative to pr-title-and-description or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design