Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-plugin:prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
$ARGUMENTS may contain:
$ARGUMENTS may contain:
--no-bullets or -nb to skip bullet points entirely--jira-review or -jr to transition the Jira ticket to "In Review" after creating the PRIf --no-bullets or -nb is NOT present:
--body below with those bullet points appended after the Task line.If --no-bullets or -nb IS present:
gh pr create \
--title "[$(git branch --show-current)] $(git log -1 --pretty=%s)" \
--body "Task: https://simplexdev.atlassian.net/browse/$(git branch --show-current)"
If --jira-review or -jr IS present, after the PR is created:
BNK-\d+ (e.g. branch BNK-2670-some-feature → key BNK-2670)acli jira workitem transition -k <EXTRACTED_KEY> -s "In Review"BNK- key is found in the branch name, warn the user and skip the transition.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mantastraigys-simplex/plugin-marketplace-demo --plugin development-plugin