Agent skill

sprint

Sprint initiation skill. Given a ticket title and description, outputs a GIT-OS-compliant branch name, PR title, and PR description template.

Stars 145
Forks 15

Install this agent skill to your Project

npx add-skill https://github.com/wednesday-solutions/ai-agent-skills/tree/main/skills/sprint

Metadata

Additional technical details for this skill

author
wednesday-solutions
version
1.0

SKILL.md

Sprint Initiation Skill

Trigger

Load this skill when a dev provides a ticket and wants to start working on it:

  • "Start this ticket"
  • "Set up WED-142"
  • "Create a branch for this issue"
  • "Give me the branch name and PR template for this ticket"

Do NOT use this skill for: actually creating the PR on GitHub (use pr-create), or planning a new project from scratch (use greenfield). This skill only outputs text — it does not push anything.


Input

Provide the ticket title and description (from Linear, Jira, GitHub Issues, etc.).

Output

Branch name

Follow GIT-OS format:

feat/<short-kebab-name>
fix/<short-kebab-name>
chore/<short-kebab-name>

Rules:

  • Kebab-case only
  • Max 40 characters
  • Derive from ticket title — no ticket numbers in branch name
  • Use the correct type based on ticket intent

PR title

Same format as a conventional commit subject line:

feat(scope): Add user authentication flow
fix(auth): Prevent token expiry crash

PR description template

markdown
### Ticket Link
<link to ticket>

---

### Related Links


---

### Description
<what changed and why>

---

### Steps to Test
1.
2.
3.

---

### GIFs

---

Tools

Action Tool
Create the branch Bashgit checkout -b <branch>
Output branch name, PR title, description Text response — no file writes needed

Example

Ticket: "Add password reset email flow"

Output:

Branch:  feat/password-reset-email
PR title: feat(auth): Add password reset email flow

Then fill the PR description template with ticket details.

Expand your agent's capabilities with these related and highly-rated skills.

wednesday-solutions/ai-agent-skills

wednesday-design

Design and UX guidelines for Wednesday Solutions projects. Covers visual design tokens, animation patterns, component standards, accessibility, and user experience best practices for React/Next.js applications. ENFORCES use of approved component libraries only.

145 15
Explore
wednesday-solutions/ai-agent-skills

brownfield-gaps

Improves graph coverage for a specific file with dynamic/unannotated patterns (event emitters, dynamic require, global injection). Use when dep-graph shows gaps on a file or when chat/query returns "not mapped". Not for querying — only for improving coverage.

145 15
Explore
wednesday-solutions/ai-agent-skills

onboard-dev-agent

Use when a dev is new to the project, asks for an overview, or wants to get oriented quickly. Fills graph gaps then runs a guided codebase interview.

145 15
Explore
wednesday-solutions/ai-agent-skills

pr-review-agent

Full PR review orchestrator. Use when asked to review a PR or check if it is ready to merge. Runs blast radius + drift check on changed files, then hands off to pr-review for comment triage and fixes. Do NOT use pr-review directly for full reviews — use this.

145 15
Explore
wednesday-solutions/ai-agent-skills

module-audit-agent

Use when asked to audit a module, check its health, or assess whether it should be refactored. Runs structural query, risk check, and test generation automatically.

145 15
Explore
wednesday-solutions/ai-agent-skills

deploy-checklist

Pre-deploy and post-deploy checklist skill. Ensures env vars, migrations, CI, rollback plan, smoke tests, and monitoring are verified before and after every deployment.

145 15
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results