core-pr-helper — community core-pr-helper, core, calimero-network, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing automated repository management and consistency in branch naming and PR descriptions. Suggests one appropriate branch name and a PR description in the project template (title, Description, Test plan, Documentation update) for Calimero core. Use when creating a PR for core, or when the

calimero-network calimero-network
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add calimero-network/core/core-pr-helper
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The core-pr-helper skill by calimero-network 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.

Ideal Agent Persona

Perfect for Development Agents needing automated repository management and consistency in branch naming and PR descriptions.

Core Value

Empowers agents to generate standardized branch names and PR descriptions using a specific format, following patterns like `{type}-{scope}-{short-summary}`, ensuring consistency across repositories and automating repetitive tasks for developers using protocols like Git.

Capabilities Granted for core-pr-helper

Automating branch name generation based on conversation context
Generating PR descriptions in a standardized format
Ensuring consistency in repository management across teams

! Prerequisites & Limits

  • Requires conversation context to infer changes
  • Limited to generating a single branch name and PR description at a time
  • Follows a specific naming pattern, which might not be customizable
Project
SKILL.md
1.9 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Core PR Helper

When the user asks for a branch name and PR description for core:

  1. Infer the change from the conversation (recent edits, stated scope, or ask briefly if unclear).
  2. Output one branch name, then the PR body in the exact format below.

Branch name

  • One name only. Use lowercase, hyphens; no slashes.
  • Pattern: {type}-{scope}-{short-summary} (e.g. feat-meroctl-install-flow, fix-runtime-wasm-imports).
  • Types (match repo commit types): feat, fix, docs, refactor, test, chore, perf, build, ci, style, revert.
  • Scope: crate or area (e.g. meroctl, runtime, sdk, server, network, storage). Omit scope if change is cross-cutting.

PR description format

Use this structure exactly (matches .github/pull_request_template.md). Fill each section from the inferred change; keep placeholders only where the user must fill in (e.g. issue number, links).

markdown
1# [product] short description 2 3Replace `[product]` with the crate or area (e.g. `[meroctl]`, `[runtime]`, `[sdk]`). Use imperative mood for the description (e.g. "Add install flow" or "Fix WASM import resolution"). 4 5## Description 6 7Brief description of the change and which issue is fixed (if any). Include relevant motivation and context. List any dependencies that are required for this change. 8 9## Test plan 10 11What was run to verify (e.g. `cargo test -p crate-name`, manual steps). Is it possible to add a test case to the e2e tests? For UI changes, mention screenshots or videos if applicable. 12 13## Documentation update 14 15Which public or internal docs (if any) need updates. If none, state "None" or "N/A". Note: documentation **has to be updated** no later than **one day** after merge.

Output

  1. Branch: single-branch-name
  2. PR description: (the filled template as above)

Do not offer multiple branch names; choose the single most appropriate one.

FAQ & Installation Steps

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

? Frequently Asked Questions

What is core-pr-helper?

Perfect for Development Agents needing automated repository management and consistency in branch naming and PR descriptions. Suggests one appropriate branch name and a PR description in the project template (title, Description, Test plan, Documentation update) for Calimero core. Use when creating a PR for core, or when the

How do I install core-pr-helper?

Run the command: npx killer-skills add calimero-network/core/core-pr-helper. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for core-pr-helper?

Key use cases include: Automating branch name generation based on conversation context, Generating PR descriptions in a standardized format, Ensuring consistency in repository management across teams.

Which IDEs are compatible with core-pr-helper?

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 core-pr-helper?

Requires conversation context to infer changes. Limited to generating a single branch name and PR description at a time. Follows a specific naming pattern, which might not be customizable.

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 calimero-network/core/core-pr-helper. 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 core-pr-helper immediately in the current project.

Related Skills

Looking for an alternative to core-pr-helper 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