← all publishers

andrewjmorrell

@andrewjmorrell source repo

8 published skills

  1. Code Check · andrewjmorrell
    Run a comprehensive code review on the current branch's changes compared to the base branch. Uses multiple specialized agents (code-reviewer, code-simplifier, test-analyzer, comment-analyzer, silent-failure-hunter, type-design-analyzer, documentation-reviewer) plus platform-specific agents (android-reviewer, ios-reviewer, react-native-reviewer, flutter-reviewer, web-reviewer) to analyze committed and optionally uncommitted changes. Use when the user asks to "check my code", "review my changes", "code check", "review this branch", or wants feedback before opening a PR.
    0 installs
  2. Pr Summary · andrewjmorrell
    Generate a PR-ready summary of all work done on the current branch compared to the base branch. Includes a concise overview, a list of the most important changes, and a testing summary. Use when the user asks to "summarize my branch", "write a PR summary", "PR description", "what did I change", or wants a summary before opening a PR.
    0 installs
  3. Pwd Branch · andrewjmorrell
    Print the current working directory and the current git branch. Use when the user asks "where am I", "what branch am I on", "pwd", "show my branch", or wants to know their current directory and branch.
    0 installs
  4. Commit Push · andrewjmorrell
    Commit all uncommitted changes and push to the remote. Uses the commit_work skill for the commit step, then pushes the branch. Use when the user asks to "commit and push", "push my changes", "push my work", "send my changes up", or wants to commit and push in one step.
    0 installs
  5. Commit Work · andrewjmorrell
    Commit all uncommitted changes to the current branch with an auto-generated commit message. If untracked files exist, asks the user to confirm before including them. Use when the user asks to "commit my work", "commit changes", "save my progress", "commit everything", or wants to commit current changes.
    0 installs
  6. Start Branch · andrewjmorrell
    Create a new git branch and worktree from an up-to-date base branch. Takes a branch name and optional base branch (defaults to develop, falls back to main). Use when the user asks to "start a branch", "create a branch", "new branch", "start working on X", or wants to set up a fresh worktree for new work.
    0 installs
  7. Start Ticket · andrewjmorrell
    Start work on a Jira ticket by fetching its details, creating a git branch, and setting up a worktree. If no ticket is provided, lists the user's To Do tickets for selection. Use when the user asks to "start a ticket", "pick up a ticket", "work on PROJ-123", "grab a ticket", or wants to begin work on a Jira issue.
    0 installs
  8. Process Ticket · andrewjmorrell
    This skill should be used when the user asks to "process a ticket", "pick up a ticket", "work on a Jira ticket", "grab a ticket", "start on a ticket", "process my Jira backlog", "work on an ai_ready ticket", or mentions picking up work from Jira. It finds ai_ready tickets assigned to the user, creates a branch and worktree, solves the issue, and opens a PR.
    0 installs