tunelito-pr

Capture git status and log to generate a structured GitHub PR summary template.

Updated May 22, 2026
One-click install
npx skills add https://github.com/chekos/tunelito --skill tunelito-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tunelito-pr
Source: https://github.com/chekos/tunelito/tree/main/.claude/skills/tunelito-pr
Command: npx skills add https://github.com/chekos/tunelito --skill tunelito-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of preparing GitHub PR summaries for Tunelito changes, ensuring comprehensive and user-friendly PR descriptions.

Core Features & Use Cases

  • PR Summary Preparation: Automates the creation of concise PR summaries for Tunelito changes.
  • Change Documentation: Captures current changes and logs, providing a clear PR narrative.
  • Use Case: When opening a PR for Tunelito, this Skill generates a summary that includes the current changes, implementation details, verification commands, and potential implications.

Quick Start

Use the tunelito-pr skill to prepare a PR summary for your Tunelito changes.

Frequently Asked Questions about tunelito-pr

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

FAQPage Schema
How do I generate a GitHub PR summary from git status and log?

To generate a GitHub PR summary, this Skill captures your current git status and log to automatically format a structured PR description. It compiles implementation details and verification commands into a clear PR narrative.

What should a pull request description include for complex code changes?

A pull request description for complex changes should include current code modifications, implementation details, verification commands, and potential implications. This Skill automates capturing these elements from your git history into a structured template.

Do I need bash and git installed to automate PR summary creation?

Yes, you need both git and bash installed to automate PR summary creation. This Skill relies on shell scripting to execute git commands for capturing change logs and formatting the structured PR template output.

What's the best way to document code changes for a GitHub pull request?

The best way to document code changes for a GitHub pull request is using a structured template that captures git status and logs. This Skill automates that documentation by formatting changes, verification steps, and implications into a concise summary.

Can I use shell scripts to capture git logs for PR descriptions?

Yes, you can use shell scripts to capture git logs for PR descriptions. This Skill utilizes bash scripting to extract current git status and log data, structuring it into a comprehensive GitHub PR summary template.