flurdy/agent-skills Skills
(15)Browse AI agent skills from flurdy/agent-skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
clean-code
flurdy/agent-skills
Format, lint, and fix all warnings across the entire codebase — including test files and pre-existing issues.
complete-task
flurdy/agent-skills
Complete an in-progress task by running clean-code, staging, committing, and closing the bead. Use after /verify-task.
create-pr
flurdy/agent-skills
Create a pull request from the current branch following project conventions. Uses the branch name to find the Jira ticket, generates a PR with the standard template, and pushes to origin.
Eas Build Error
flurdy/agent-skills
# EAS Build Error - View latest build status and errors Show the status and errors from the latest EAS build. ## Usage ``` /eas-build-error # Latest build (any platform) /eas-build-error ios # Latest iOS build /eas-build-error android # Latest Android build /eas-build
jira-ticket
flurdy/agent-skills
Look up Jira ticket details including summary, type, and description. Use this to fetch ticket context for branch naming, PR creation, or understanding requirements.
rebase-main
flurdy/agent-skills
Rebase the current branch onto an updated main branch. Use when main has been updated and you need to incorporate those changes into your feature branch.
rebase-merged-parent
flurdy/agent-skills
Rebase after a parent PR has been merged to main. Use when your branch was stacked on another PR that has now been merged, and you need to rebase onto main while keeping only your commits.
rebase-parent
flurdy/agent-skills
Rebase the current branch onto an updated parent PR branch. Use when you have stacked PRs and the parent branch has been updated (force-pushed after its own rebase or new commits added).
reply-comments
flurdy/agent-skills
Reply to PR review comments after addressing them. Resolves conversations where changes were made. Uses polite tone for humans, terse factual responses for AI bots.
review-comments
flurdy/agent-skills
Address PR review comments from reviewers (amazon-q-developer, copilot, humans). Use when the user wants to see and respond to feedback on their pull request.
review-pr
flurdy/agent-skills
Review a pull request by checking the code changes, PR description, and CI status against the linked Jira ticket requirements. Produces an AC checklist and flags concerns.
stack-branch
flurdy/agent-skills
Create a new branch stacked on another PR. Use when you want to start work that depends on an existing PR that hasn't been merged yet.
start-ticket
flurdy/agent-skills
Initialize work on a Jira ticket. Creates a new branch with conventional commit prefix based on the ticket type. Use when starting work on a new ticket.
triage
flurdy/agent-skills
Create bead(s) from a user prompt or Jira ticket. Investigates relevance, checks for duplicates, and may split complex requests into multiple focused beads.
verify-task
flurdy/agent-skills
Verify that a task's implementation meets its requirements and has adequate test coverage (happy path, sad path, edge cases). Use before /complete-task.