simple-pr — cloud native search engine simple-pr, quickwit, quickwit-oss, community, cloud native search engine, ai agent skill, ide skills, agent automation, log management rust, distributed tracing tantivy, git status verification, cloud storage search engine

v1.0.0
GitHub

About this Skill

Perfect for DevOps Agents needing streamlined Git workflow management and observability. simple-pr is an open-source, cloud-native search engine for log management and distributed tracing, built with Rust and Tantivy.

Features

Runs `git status` to verify workspace state
Executes `git pull origin main` to ensure main branch is up to date
Supports staged changes for simple PR creation
Verifies branch state before proceeding with PR creation

# Core Topics

quickwit-oss quickwit-oss
[11.0k]
[526]
Updated: 3/13/2026

Quality Score

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

Agent Capability Analysis

The simple-pr skill by quickwit-oss 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 cloud native search engine, log management rust, distributed tracing tantivy.

Ideal Agent Persona

Perfect for DevOps Agents needing streamlined Git workflow management and observability.

Core Value

Empowers agents to automate Git workflows using Git commands like `git status` and `git pull`, ensuring seamless integration with cloud-native search engines like simple-pr for comprehensive content analysis and observability.

Capabilities Granted for simple-pr

Automating simple PR creation from staged changes
Ensuring main branch is up to date with `git pull origin main`
Verifying workspace state with `git status` for error-free Git operations

! Prerequisites & Limits

  • Requires Git installation and configuration
  • Limited to Git-based version control systems
  • Needs to be on the main branch for simple PR creation
SKILL.md
Readonly

Simple PR

Follow these steps to create a simple PR from staged changes:

Step 1: Check workspace state

Run: git status

Verify that all changes have been staged (no unstaged changes). If there are unstaged changes, abort and ask the user to stage their changes first with git add.

Also verify that we are on the main branch. If not, abort and ask the user to switch to main first.

Step 2: Ensure main is up to date

Run: git pull origin main

This ensures we're working from the latest code.

Step 3: Review staged changes

Run: git diff --cached

Review the staged changes to understand what the PR will contain.

Step 4: Generate commit message

Based on the staged changes, generate a concise commit message (1-2 sentences) that describes the "why" rather than the "what".

Display the proposed commit message to the user and ask for confirmation before proceeding.

Step 5: Create a new branch

Get the git username: git config user.name | tr ' ' '-' | tr '[:upper:]' '[:lower:]'

Create a short, descriptive branch name based on the changes (e.g., fix-typo-in-readme, add-retry-logic, update-deps).

Create and checkout the branch: git checkout -b {username}/{short-descriptive-name}

Step 6: Commit changes

Commit with the message from step 3:

git commit -m "{commit-message}"

Step 7: Push and open a PR

Push the branch and open a PR:

git push -u origin {branch-name}
gh pr create --title "{commit-message-title}" --body "{longer-description-if-needed}"

Report the PR URL to the user when complete.

FAQ & Installation Steps

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

? Frequently Asked Questions

What is simple-pr?

Perfect for DevOps Agents needing streamlined Git workflow management and observability. simple-pr is an open-source, cloud-native search engine for log management and distributed tracing, built with Rust and Tantivy.

How do I install simple-pr?

Run the command: npx killer-skills add quickwit-oss/quickwit/simple-pr. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for simple-pr?

Key use cases include: Automating simple PR creation from staged changes, Ensuring main branch is up to date with `git pull origin main`, Verifying workspace state with `git status` for error-free Git operations.

Which IDEs are compatible with simple-pr?

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 simple-pr?

Requires Git installation and configuration. Limited to Git-based version control systems. Needs to be on the main branch for simple PR creation.

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 quickwit-oss/quickwit/simple-pr. 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 simple-pr immediately in the current project.

Related Skills

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

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

zustand

Logo of lobehub
lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

72.8k
0
Communication