From lisa
This skill should be used when verifying that a JIRA ticket meets organizational standards for epic relationships and description quality. It checks epic parent relationships and validates description completeness for coding assistants, developers, and stakeholders.
npx claudepluginhub codyswanngt/lisa --plugin lisaThis skill is limited to using the following tools:
Fetch ticket $ARGUMENTS and verify it meets organizational standards.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Fetch ticket $ARGUMENTS and verify it meets organizational standards.
Rule: Non-bug, non-epic tickets MUST have an epic parent
Verify description adequately addresses:
Coding Assistants: Acceptance criteria, requirements, constraints, I/O Developers: Technical context, integration points, testing, edge cases Stakeholders: Business value, user impact, success metrics, summary
Rule: Tickets that change runtime behavior MUST include a Validation Journey section.
Check by running:
python3 .claude/skills/jira-journey/scripts/parse-plan.py <TICKET_ID> 2>&1
/jira-add-journey <TICKET_ID> to add oneThis check is skipped for:
Retrieve ticket details, run all checks, and provide specific improvement recommendations for any failures.