Get the FREE Ultimate OpenClaw Setup Guide →

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

1

Format, lint, and fix all warnings across the entire codebase — including test files and pre-existing issues.

complete-task

flurdy/agent-skills

1

Complete an in-progress task by running clean-code, staging, committing, and closing the bead. Use after /verify-task.

create-pr

flurdy/agent-skills

1

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

1

# 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

1

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

1

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

1

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

1

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

1

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

1

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

1

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

1

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

1

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

1

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

1

Verify that a task's implementation meets its requirements and has adequate test coverage (happy path, sad path, edge cases). Use before /complete-task.

Sponsor this space

Reach thousands of developers