VerifiedGit
v1.0.0

/pr — Pull Request Creation Skill

by @luthersystems0 pulls
URLopenbooklet.com/s/pr-pull-request-creation-skill
Pinnedopenbooklet.com/s/pr-pull-request-creation-skill@1.0.0
APIGET /api/v1/skills/pr-pull-request-creation-skill

Creates a PR after verifying all checks pass. Handles the full ship workflow: verify, push, create PR.

9 skills from this repoluthersystems/elps
/pr — Pull Request Creation Skillviewing
/add-linter-check — New Lint Analyzer Skill.claude/skills/add-linter-check/SKILL.md

Adds a new static analysis check to the ELPS linter. This is a prescriptive 3-file-touch workflow.

/add-stdlib-package — New Standard Library Package Skill.claude/skills/add-stdlib-package/SKILL.md

Creates a new stdlib package for the ELPS interpreter. Follows the established pattern from existing packages like `libmath`.

/audit — Codebase Audit Skill.claude/skills/audit/SKILL.md

Performs a systematic, multi-category audit of the ELPS codebase. Modeled on the approach used in PR #74 (25-commit multi-category audit).

/benchmark — Performance Benchmarking Skill.claude/skills/benchmark/SKILL.md

Runs before/after benchmark comparisons using `benchstat` to measure the performance impact of changes.

/implement — Code Change Skill.claude/skills/implement/SKILL.md

Implements any code change in the ELPS codebase. This is the foundation skill — all other skills reference its patterns.

/pickup-issue — Full Lifecycle Orchestrator Skill.claude/skills/pickup-issue/SKILL.md

Handles the complete lifecycle from GitHub issue to merged PR: read issue, plan, implement, verify, and ship.

/release — Create a GitHub Release.claude/skills/release/SKILL.md

Creates a tagged release on GitHub with auto-generated release notes from merged PRs.

/verify — CI Gate Skill.claude/skills/verify/SKILL.md

Runs the full verification pipeline matching the CI workflow. Use this before committing or creating a PR to catch issues locally.

Auto-indexed from luthersystems/elps

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0