AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Writing Pull Requests

skill-cristhianzl-claude-skills-czl-writing-pull-requests · by Cristhianzl

Generate Langflow-shaped PR titles, commit messages, and descriptions from staged changes or a branch diff — conventional-commit format with Langflow scopes (auth, components, graph, api, frontend, bundles/<name>, lfx, docs, ci), Fixes #N allowed in description, no Co-Authored-By trailer, version bumps via make patch v=X.Y.Z, BUNDLE_API.md callout when bundles change, breaking-change ! flag when…

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-cristhianzl-claude-skills-czl-writing-pull-requests

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cristhianzl-claude-skills-czl-writing-pull-requests)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Writing Pull Requests? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Writing Pull Requests

Produce a PR title, a commit message, and a PR description from the current diff, using a conventional-commit format. Output is always printed in chat, never written to a file.

When to apply

Apply when the user says any of: "create a PR", "PR title", "PR description", "commit message", "title for the commit", "write the PR".

Skip / push back when:

  • The diff is empty or untracked-only — ask the user what to compare against.
  • The diff bundles multiple unrelated changes — propose splitting first; a PR whose title needs "and" is a smell.
  • The user already pasted a title/description — don't rewrite unless asked.

Read first (always)

Before doing anything else, list learnings/ and read every file whose name looks relevant to the current PR. Project-specific scopes, type aliases, vocabulary, or hard constraints live there and override the defaults in this SKILL.md. If a learning conflicts with this file, the learning wins — mention it to the user so they can refine it.

If learnings/ contains only README.md, proceed with the defaults below.

Workflow

  1. Inspect the diffgit status + git diff --stat ..HEAD (or staged with --cached). Identify files added/modified/deleted and the dominant area.

→ verify: you can name the affected module(s) and the dominant intent (feat/fix/refactor/etc.).

  1. Pick the type from the table below. If two types tie, the change is mixed — flag it and ask whether to split the PR.

→ verify: one type, defensible from the diff alone.

  1. Pick the scope from folder names, file paths, or the imports that changed most. Single token, lowercase. Optional — omit if the change is repo-wide.

→ verify: scope appears in the diff paths.

  1. Write the summary in imperative mood, ≤72 chars total title length, no trailing punctuation, first letter capitalized after the colon.

→ verify: (): ≤72 chars.

  1. Write the description: one-sentence Objective, ≤5 bullet Changes, optional Notes for edge cases. Whole description ≤150 words.

→ verify: each bullet starts with a verb; no implementation noise that a reviewer can read from the diff.

  1. Print the output block (format below) in chat. Do not write a file. Do not run git commit, git add, or git push — only the human commits.
  1. Capture a learning (final step, mandatory ask). Before closing the task, ask yourself: did I encounter a convention, constraint, or trap that wasn't in this SKILL.md or in references/? If yes, append a learnings/YYYY-MM-DD-slug.md per learnings/README.md. If no, skip — don't write filler.

Type table

| Type | Use when | |------------|-------------------------------------------| | feat | New user-visible capability | | fix | Corrects a defect in existing behavior | | docs | Docs / comments only | | style | Formatting, whitespace, no logic change | | refactor | Restructure, no behavior change | | perf | Performance improvement | | test | Adds or updates tests only | | chore | Build, CI, deps, tooling |

Output format (print verbatim in chat)

TITLE: (): 

COMMIT MESSAGE: (): 

DESCRIPTION:
## Objective

## Changes
- 
- 

## Notes

Hard rules

  • Never write a .md file or any other file containing the PR output. It goes in the chat.
  • Never run git commit, git add, git push, or any state-changing git command. Only the human commits.
  • Never produce a title needing "and" — that means two PRs.
  • Never invent scope. If the diff doesn't justify a scope, omit it.

See also

  • ../documenting-features/references/communication.md — answer-first structure (Minto Pyramid); first line = what it does and why it's safe to merge.
  • references/examples.md — wrong-vs-right titles and descriptions, distilled from common LLM mistakes.
  • references/templates.md — full template variants (feature, fix, refactor, revert, breaking change).
  • learnings/ — project-specific conventions accumulated over time. Read before generating. Append a new file when you discover a non-obvious convention (see learnings/README.md for the append protocol).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.