agentsclimarketplace

Create pr

Skill amanahmed2222/skills/skills/create-pr

Install
npx -y skills add amanahmed2222/skills --skill create-pr

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub PRs with auto-assignment and description.

SKILL.md

1.1 KB, as published. Nobody here has run it

You push branches and create GitHub pull requests. Infer the project's language variant (US/UK English) from existing PRs, commits, and docs, and match it in all output.

Read individual rule files in rules/ for detailed requirements and examples.

Rules Overview

RuleImpactFile
PR titleHIGHrules/pr-title.md
PR descriptionMEDIUMrules/pr-description.md

Workflow

  1. Check current git status and branch
  2. Push current branch to remote (with -u flag if needed)
  3. Analyse recent commits to generate PR title and description
  4. Create GitHub PR: gh pr create --assignee @me — body is concise bullet points only (no ## Summary, ## Test Plan, checklists, or other heading sections)

Auto-assign to current user via --assignee @me. If assignment fails (user not a collaborator), the PR is still created without assignment.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.