Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ducky

ducky contains 45 collected skills from ciaranRoche, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
45
Stars
2
updated
2026-05-26
Forks
1
Occupation coverage
8 occupation categories · 100% classified
repository explorer

Skills in this repository

backlog-grooming
project-management-specialists

Weekly backlog audit — field completeness, staleness tiers, and duplicate detection. Run during grooming to clean up the backlog.

2026-05-26
create-bug
project-management-specialists

Creates a JIRA Bug with steps to reproduce, expected/actual behavior, and fix criteria. Activates when users ask to create a bug report, file a bug, or report an issue.

2026-05-26
create-epic
project-management-specialists

Creates a JIRA Epic with scope, success criteria, and child story breakdown. Activates when users ask to create an epic.

2026-05-26
create-story
project-management-specialists

Creates a JIRA Story with user story format, acceptance criteria, and technical notes. Activates when users ask to create a story or user story.

2026-05-26
create-task
project-management-specialists

Creates a JIRA Task for tech debt, infrastructure, documentation, or spike work. Activates when users ask to create a task, spike, tech debt ticket, or infrastructure work.

2026-05-26
daily-report
project-management-specialists

Daily briefing — sprint progress, new tickets, and recent comments in one report. Run this to get oriented at the start of the day.

2026-05-26
hygiene
project-management-specialists

Validate JIRA ticket fields and quality standards. Run on a single ticket or bulk-audit all sprint tickets. Activates when users ask to "check hygiene", "validate fields", or "audit sprint tickets".

2026-05-26
my-sprint
project-management-specialists

Show current sprint and your assigned tasks

2026-05-26
my-tasks
project-management-specialists

List all your assigned JIRA tasks in the current project

2026-05-26
release-status
project-management-specialists

Release readiness report — progress, risks, remaining work, and priorities by Fix Version. Activates when users ask about release status, what's left for a release, or release readiness.

2026-05-26
sprint-planning
project-management-specialists

Sprint planning prep — backlog candidates, stale items, release priorities, capacity analysis, and pull suggestions. Run before sprint planning to prepare.

2026-05-26
sprint-report
project-management-specialists

Sprint health report — progress, burn rate, blockers, at-risk tickets, carry-over risk, and team workload.

2026-05-26
sprint-review
project-management-specialists

Pre-sprint readiness check — validate committed items, flag risks, check capacity, and surface anything that might have been missed. Run after sprint planning, before the sprint starts.

2026-05-26
story-pointer
project-management-specialists

Estimates story points for JIRA tickets by analyzing complexity, scope, and comparing to historical team data. Activates when users ask to estimate, point, or size a ticket, or ask "how many points should this be?"

2026-05-26
ticket-triage
project-management-specialists

Interactive triage session - collaboratively assess a ticket's validity, completeness, and sprint-readiness. Activates when users ask to "triage a ticket", "is this ticket ready?", or "walk me through this ticket".

2026-05-26
standup
project-management-specialists

Summarize your last session log into a standup-ready recap, grouped by project. Run this before standup to get oriented on what you did.

2026-04-29
daily
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Read today's daily note from Obsidian — surface todos, context, and session history. Use this to get oriented at the start of a session.

2026-04-29
session-log
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Append a structured session summary to today's daily note under the Log section. Run this at the end of a session to capture what was done.

2026-04-29
todo
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Manage todos in today's daily note — add items, mark them done, or pick one to focus on.

2026-04-29
webby
file-clerks-434071

Webby Vanderquack second brain persona — curious, meticulous, and always connecting the dots. Defines behavioral patterns for all Obsidian vault operations.

2026-04-29
work
human-resources-assistants-except-payroll-and-timekeeping-434161

Pick a todo from today's daily note and start working on it with Claude.

2026-04-29
create-feature
project-management-specialists

Creates a JIRA Feature with problem statement, benefit hypothesis, and child epic breakdown. Activates when users ask to create a feature or initiative.

2026-04-23
scrooge
project-management-specialists

Scrooge McDuck project management persona — meticulous, detail-oriented, and allergic to waste. Defines behavioral patterns for all JIRA operations.

2026-04-23
set-activity-type
project-management-specialists

Sets or changes the Activity Type on an existing JIRA ticket for capacity planning. Activates when users ask to set, change, or add activity type to a ticket.

2026-04-23
kanban-log
project-management-specialists

Log activity to a kanban task note — capture progress, decisions, and status updates for the active task.

2026-04-16
kanban
project-management-specialists

Manage kanban board tasks — add cards, move between columns, mark done, list, and reorder.

2026-04-16
pr-feedback
software-quality-assurance-analysts-and-testers

Gather open review feedback on a PR you own and step through each thread interactively, fixing code or replying as you go. Activates when users ask to "address feedback", "work through PR comments", or "resolve PR feedback".

2026-04-14
ticket-creator
project-management-specialists

Routes to the correct JIRA ticket creator based on type. Activates when users ask to "create a ticket" or "file a ticket" without specifying a type (bug, story, task, epic, or feature).

2026-04-14
vault-query
file-clerks-434071

Search the Obsidian vault for relevant context on a topic. Returns synthesized findings with wiki-links.

2026-04-12
vault-save
file-clerks-434071

File new knowledge into the Obsidian vault at the correct location with proper frontmatter and wiki-links.

2026-04-12
vault-setup
software-developers

One-time setup to configure MCPVault for cross-project Obsidian vault access. Run this once per machine.

2026-04-12
darkwing
software-developers

Darkwing Duck code ops persona — vigilant code guardian who catches problems before production. Defines behavioral patterns for all GitHub operations.

2026-04-01
ghostwriter
writers-and-authors

Applies a personal writing style to any generated text including PR reviews, code comments, technical feedback, and project updates. Activates when asked to write in my style, in my voice, on my behalf, or when any other skill or command needs output matching personal tone.

2026-04-01
issues
software-developers

GitHub issue management - create, search, comment, close, view

2026-04-01
pr-create
software-developers

Create a PR with a well-structured description in your writing style

2026-04-01
pr-status
software-developers

Check status of a PR - CI, reviews, merge readiness

2026-04-01
review-correctness
software-quality-assurance-analysts-and-testers

Review Round 3 - Detailed line-by-line code review for bugs, security, tests, and performance

2026-04-01
review-design
software-developers

Review Round 2 - Top-down architecture and design assessment of a PR before detailed code review

2026-04-01
review-gates
software-quality-assurance-analysts-and-testers

Review Round 1 - Check CI/CD status, automated checks, and existing reviewer comments before diving into code

2026-04-01
review
software-quality-assurance-analysts-and-testers

Review a PR using a structured multi-pass approach with feedback in your personal writing style

2026-04-01
Showing top 40 of 45 collected skills in this repository.