From cascade-mcp
Posts Figma frame-organized design behavior questions as a single structured markdown comment on a Jira issue using atlassian-add-comment MCP tool. Used after generate-behavior-questions.
npx claudepluginhub bitovi/cascade-mcp --plugin cascade-mcpThis skill uses the workspace's default tool permissions.
Post behavior questions as a structured comment on the source Jira issue. All questions are combined into a single comment, organized by Figma frame with links.
Conducts interactive one-at-a-time Q&A on Figma frame-specific design behavior questions, collects answers, and incrementally builds/updates a Q&A comment on a Jira issue.
Fetches JIRA issue by key or search, distills title/description/acceptance criteria/comments into structured task, analyzes codebase for gaps/risks, optionally enriches JIRA.
Use this skill only when the user explicitly invokes /comment-jira-issue to add, list, edit, or delete comments on a Jira issue. This is a write skill with irreversible side effects — it must never be auto-invoked from conversational context. Subcommands: add (post a new comment), list (fetch all comments with pagination), edit (update an existing comment), delete (remove a comment — irreversible). Write subcommands show a payload preview and require explicit confirmation before calling the API.
Share bugs, ideas, or general feedback.
Post behavior questions as a structured comment on the source Jira issue. All questions are combined into a single comment, organized by Figma frame with links.
Use after generate-behavior-questions has produced frame-specific questions and the user confirms they want to post them to Jira.
Typical trigger: User says "post to Jira" or "yes, add to PROJ-123" after reviewing generated questions.
generate-behavior-questions)PROJ-123) — the issue to comment onCombine all frame-specific questions into a single markdown comment:
## Behavior Questions
### [Login Screen](https://www.figma.com/design/abc123?node-id=1-234)
1. ❓ Should the "Remember me" checkbox be checked by default?
2. ❓ What error message appears for invalid credentials?
### [Dashboard](https://www.figma.com/design/abc123?node-id=5-678)
1. ❓ Is the widget layout user-configurable?
---
_Generated by Cascade feature review_
Formatting rules:
## Behavior Questions heading### [Frame Name](figma-url) — clickable link in JiraCall MCP tool atlassian-add-comment with:
issueKey: The Jira issue key (e.g., PROJ-123)markdownText: The formatted markdown commentThe tool handles markdown → ADF (Atlassian Document Format) conversion automatically.
Confirm to the user:
atlassian-add-comment tool accepts markdown and converts to ADF internally