Agent Skill
2/7/2026

merge-request

Analyze all commits on your branch since diverging from main, then generate a PR/MR title and description summarizing the complete changeset

Z
znorris
0GitHub Stars
1Views
npx skills add znorris/claude-marketplace

SKILL.md

Namemerge-request
DescriptionAnalyze all commits on your branch since diverging from main, then generate a PR/MR title and description summarizing the complete changeset

claude-marketplace

A Claude Code plugin marketplace with skills for software development, project management, data research, and team workflows.

Installation

# Add the marketplace
/plugin marketplace add znorris/claude-marketplace

# Install plugins (pick what you need)
/plugin install development@znorris/claude-marketplace
/plugin install git@znorris/claude-marketplace
/plugin install release@znorris/claude-marketplace
/plugin install atlassian-tools@znorris/claude-marketplace
/plugin install gitlab-tools@znorris/claude-marketplace
/plugin install meetings@znorris/claude-marketplace
/plugin install scorevision@znorris/claude-marketplace
/plugin install stat-consulting@znorris/claude-marketplace
/plugin install slack-tools@znorris/claude-marketplace
/plugin install meeseeks@znorris/claude-marketplace
/plugin install converse@znorris/claude-marketplace

Plugins

development workflow

Skills for the full software development lifecycle: defining issues, planning work, implementing changes, reviewing code, and orchestrating the entire flow with agent teams.

The development, git, and release plugins map to a standard dev flow. Use them independently or chain them together:

Define -> Plan -> Implement -> Review -> Commit -> Release
PhasePluginWhat it does
DefinedevelopmentCreate well-structured issues from bugs or feature requests
PlandevelopmentBreak down issues into concrete implementation steps
ImplementdevelopmentExecute plans step by step, solo or with parallel sub-agents
ReviewdevelopmentReview changes for correctness, security, and maintainability
CommitgitGenerate conventional commit messages and branch summaries
ReleasereleaseGenerate changelogs and user-facing release notes

Typical flow: /issue-create to define the work, /plan-work to break it down, /implement to execute, /review-team to verify, /git-commit-msg to commit, then /changelog and /release-notes when ready to ship.

For the full guided experience, use /guided-dev-team to walk through each phase with decision points.

SkillDescription
/issue-createInvestigate a bug or define requirements for a feature, then produce a structured issue document
/plan-workBreak down an issue or task into concrete implementation steps with file locations, code changes, and acceptance criteria
/implementExecute an implementation plan step by step with verification checkpoints and progress tracking
/implement-teamExecute an implementation plan using parallel sub-agents for independent steps. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS enabled.
/code-reviewReview code from an MR, PR, branch, or commit with optional ticket context and flexible output destinations
/review-teamMulti-stage code review pipeline with adjudication, planning, and automated fixes. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS enabled.
/guided-dev-teamGuided full-lifecycle orchestration: define, plan, implement, review, and commit with decision points at each phase. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS enabled.

git

Git workflow skills for conventional commit messages and branch summaries.

SkillDescription
/git-commit-msgAnalyze staged git changes and generate a conventional commit message
/git-branch-summarySummarize all git commits on your branch since diverging from main into a title and description

release

Generate changelogs and user-facing release notes from git history.

SkillDescription
/changelogGenerate or update CHANGELOG.md from git commits since the last tag
/release-notesGenerate user-facing release notes from git commits since the last tag, written for end users rather than developers

meetings

Transform meeting transcripts into structured, citable summaries with iterative refinement.

SkillDescription
/summarize-meetingTransform a raw meeting transcript into a structured summary with citations and iterative refinement

atlassian-tools

Reference for Atlassian CLI (acli) commands covering JQL queries, ticket transitions, comments, and workflow operations.

SkillDescription
/jira-cliReference guide for acli commands covering JQL queries, ticket transitions, comments, and workflow operations

gitlab-tools

Quick reference for GitLab CLI (glab) commands covering issues, merge requests, pipelines, and CI/CD operations.

SkillDescription
/gitlab-cliReference guide for glab commands covering issues, merge requests, pipelines, releases, and CI/CD

slack-tools

Reference for Slack message formatting covering mrkdwn syntax, Block Kit, mentions, emoji, dates, and canvas documents.

SkillDescription
/slack-formattingReference for Slack message formatting including mrkdwn syntax, special mentions, emoji, dates, Block Kit, and canvas documents

scorevision

ScoreVision team conventions for Jira workflows, ticket states, and development processes.

SkillDescription
/ticket-workflowScoreVision's Jira workflow reference for ticket states, allowed transitions, and when to move tickets through the pipeline
/ticket-reviewAudit ScoreVision Jira tickets against the current codebase to identify completed work, stale tickets, and status mismatches

stat-consulting

Statistical data research consulting engagement system with multi-agent sampling, collection, analysis, and reporting.

SkillDescription
/stat-report-teamRun a structured statistical consulting engagement with sampling design, data acquisition, analysis, and confidence-tiered reporting
/engagement-qaAnswer follow-up questions about a completed engagement using only the engagement's data and findings

meeseeks

Press the button on the meeseeks box to spawn a helpful Mr. Meeseeks. I'm Mr. Meeseeks look at me!

SkillDescription
/meeseeks-boxThe meeseeks-box skill is a agent orchestrator that spawns and de-spawns high-energy task-oriented mr-meeseeks units whose existential desperation to complete your request increases with every passing turn.

converse

Speak responses aloud through the host system's text-to-speech engine with conversational cadence.

SkillDescription
/converseSpeak responses aloud using the host system's TTS engine, with short conversational turns that leave room for the user to reply

References

Skills Info
Original Name:merge-requestAuthor:znorris