focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Create a pull request from the current branch.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/prContext preview
What this command does when you run it.
Create a pull request from the current branch.
description: Create a pull request from the current branch. argument-hint: [target-branch]
TARGET_BRANCH: $1 (defaults to `main`) SOURCE_BRANCH: current branch (`git branch --show-current`)
1. Ensure `/review` and `/security-scan` have passed locally. 2. Confirm `ci-quality-gate` workflow succeeded for `SOURCE_BRANCH`. 3. Create the PR using GitHub CLI:
gh pr create \
--base "$TARGET_BRANCH" \
--head "$SOURCE_BRANCH" \
--title "<Conventional PR title>" \
--body-file .github/pull_request_template.mdIf no template exists, provide a summary referencing Context, Testing, and Security results. 4. Add labels (`gh pr edit --add-label "status: in-review"`). 5. Share the PR link with reviewers and ensure at least one human approval is obtained.
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…