SkuNexus
Official@SkuNexus-Devs · United States of America
SkuNexus provides an end-to-end engineering skill suite covering Jira ticket scoping, backend planning, implementation, PR drafting, bug investigation, and frontend handoff documentation.
Agent Skills by SkuNexus
Showing 7 vetted skills indexed across 1 GitHub repositories.
skunexus-bug-hunt
Investigate bug reports into evidence-backed verdicts with proposed fixes and acceptance criteria.
skunexus-fe-handoff
Generates a self-contained frontend handoff document mapping GraphQL reads and REST writes for a ticket.
skunexus-backend-plan
Generates codebase-grounded backend implementation plans as DAGs of self-contained tasks.
skunexus-jira-prd
Convert Jira tickets into developer-approved Product Requirements Documents through structured interviews.
skunexus-backend-summary
Generates and drift-checks per-ticket backend summary documents grounded in branch code.
skunexus-backend-implement
Executes backend implementation plans as reviewed code with truthful task tracking artifacts.
skunexus-backend-pr
Drafts and publishes GitHub pull request descriptions grounded in ticket artifacts and the real diff.
Frequently Asked Questions About SkuNexus
FAQPage SchemaWhat tasks can I accomplish using SkuNexus's skills?▼
You can scope Jira tickets into PRDs, break requirements into backend implementation plans, execute those plans as reviewed code, investigate bug reports to an evidence-backed verdict, draft and open GitHub pull requests, and generate backend summaries plus frontend handoff documents per ticket.
Who are SkuNexus's skills designed for?▼
They target software developers and engineering teams working ticket-by-ticket on backend systems involving APIs, GraphQL, databases, and services. Backend engineers, tech leads, and teams coordinating frontend handoffs benefit most from the structured PRD-to-PR pipeline.
How does the SkuNexus engineering workflow run in practice?▼
Start with skunexus-jira-prd to scope a ticket, or skunexus-bug-hunt for defects. Then run skunexus-backend-plan, skunexus-backend-implement, and skunexus-backend-pr in sequence. Skunexus-backend-summary and skunexus-fe-handoff document the work, and every step resumes from .ai/<TICKET>/ artifacts on disk.
What prerequisites and dependencies do SkuNexus skills require?▼
Skills operate on a ticket branch with Jira ticket keys, git history, and the .ai/<TICKET>/ artifact directory containing prd.md, decisions.md, and backend-plan.md. PR creation requires the GitHub gh CLI, and later skills depend on artifacts produced by earlier steps in the sequence.