KS
Killer-Skills

ci-pr-helper — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for GitHub Automation Agents seeking to streamline Continuous Integration and Pull Request workflows Manage Multimodal Agentic Context Lifecycle with Lance

lance-format lance-format
[0]
[0]
Updated: 3/4/2026

Quality Score

Top 5%
31
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add lance-format/lance-context/ci-pr-helper

Agent Capability Analysis

The ci-pr-helper MCP Server by lance-format is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for GitHub Automation Agents seeking to streamline Continuous Integration and Pull Request workflows

Core Value

Empowers agents to run local checks via scripts, draft PR titles and bodies, and create PRs using the GitHub CLI, leveraging `gh` for authenticated interactions and automating project checks with `.codex/skills/ci-pr-helper/scripts/run_ci`

Capabilities Granted for ci-pr-helper MCP Server

Automating Pull Request creation with clear titles and summaries
Running local project checks via `./.codex/skills/ci-pr-helper/scripts/run_ci`
Streamlining feature branch management by ensuring checks are run before PR creation

! Prerequisites & Limits

  • Requires `gh` CLI availability and authentication
  • Must be run on a feature branch (not `main`)
  • Dependent on local script execution for project checks
Project
SKILL.md
1.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

CI PR Helper

Overview

Run project checks locally, then prepare and open a PR with a clear title and summary.

Workflow

  1. Ensure you are on a feature branch (not main).
  2. Run local checks via the script in scripts/.
  3. Draft a PR title/body using the template below.
  4. If gh is available and authenticated, run gh pr create yourself; otherwise, surface the exact command for the user to execute manually.

Local checks

Run:

bash
1./.codex/skills/ci-pr-helper/scripts/run_ci_checks.sh

If it fails due to missing tools, install uv, cargo, or Python deps, then rerun.

PR creation

Draft a conventional title (e.g., feat:/fix:/ci:) and use:

## Summary
- ...

## Testing
- uv run pytest
- cargo test --manifest-path rust/lance-context/Cargo.toml
- cargo fmt --manifest-path rust/lance-context/Cargo.toml -- --check
- cargo clippy --manifest-path rust/lance-context/Cargo.toml --all-targets -- -D warnings
- ruff format --check python/
- ruff check python/
- pyright

If you need to check auth status, you may still run:

bash
1gh auth status

When ready:

  • If gh is ready to use, execute:
bash
1gh pr create --title "<title>" --body "<body>"
  • Some environments emit a spurious Unsupported subcommand 'pr' warning before running gh; ignore that message and continue with the command.

  • If gh is missing or fails, print the command instead so the user can run it locally.

Related Skills

Looking for an alternative to ci-pr-helper or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication