npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin finstreet-fe-claude-pluginsThis skill uses the workspace's default tool permissions.
Create a pull request for the current branch. Run `/commit` first if you have uncommitted changes.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Create a pull request for the current branch. Run /commit first if you have uncommitted changes.
Execute these steps in order:
# Check for uncommitted changes
git status
# Check if a PR already exists for this branch
gh pr view --json url,title 2>/dev/null
/commit first and stop.# Get all commits on this branch relative to dev
git log dev..HEAD --oneline
Use the full commit history to understand the scope of the PR.
gh pr create --base dev --title "<PR title>" --body "<PR body>"
PR Title: Use the ticket + summary format (e.g., EB-1250: Add user authentication flow).
Extract the ticket number from the branch name (e.g., feature/eb-1250-... → EB-1250).
PR Body Template:
## Summary
<Brief description of what this PR accomplishes>
## Changes
- <List of key changes derived from commit history>
## Testing
- <How was this tested?>
- <Any specific areas to review?>
## Ticket
<Link to ticket if applicable>
After creating the PR: