From sundial-org-awesome-openclaw-skills-4
Manage Jira issues, boards, sprints, projects, and epics using jira-cli. Search with JQL, create, update, assign, transition, and comment from the terminal.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Use `jira` to manage Jira issues, sprints, and boards. Requires API token setup.
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.
Use jira to manage Jira issues, sprints, and boards. Requires API token setup.
export JIRA_API_TOKEN="your-token" (add to ~/.zshrc for persistence)jira init --server https://your-org.atlassian.net --login you@email.com --installation cloudjira issue list -p PROJECTjira issue view PROJ-123jira issue create -p PROJECT -t "Task" -s "Summary" -b "Description"jira issue edit PROJ-123 -s "New summary"jira issue assign PROJ-123 "user@email.com"jira issue move PROJ-123 "In Progress"jira issue comment add PROJ-123 "My comment"jira issue list -q "project = MKT AND status = 'To Do'"jira sprint list -p PROJECTjira sprint list -p PROJECT --state activejira sprint list -p PROJECT --state active --plainjira board list -p PROJECTjira epic list -p PROJECTjira epic view PROJ-100jira project list--plain — Tab-separated, no colors (best for scripting)--columns key,summary,status — Select columns--no-truncate — Don't truncate long fields~/.config/.jira/.config.yml-q "assignee = currentUser() AND status != Done"jira open PROJ-123