Help us improve
Share bugs, ideas, or general feedback.
From runesmith-confluence
Create or update a known issues and tech debt tracker page for Confluence. Template includes issue description, severity, workaround, status, and linked tickets. Trigger on "known issues", "document known issues", "known bugs", "tech debt list", "known issues page", "update known issues".
npx claudepluginhub runemarklabs/runesmith --plugin runesmith-confluenceHow this skill is triggered — by the user, by Claude, or both
Slash command
/runesmith-confluence:known-issuesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single Confluence page tracking known bugs, tech debt, and workarounds.
Creates reproducible cross-platform dev environments with Flox for toolchains (Python, Node, Rust, Go), system deps (openssl, BLAS), and services (PostgreSQL, Redis, Kafka) across macOS/Linux.
Share bugs, ideas, or general feedback.
Single Confluence page tracking known bugs, tech debt, and workarounds.
agents/page-publisher.md - subagent for markdown→XHTML→POST/PUT with version-bump
lib/atlassian-rest.md
lib/confluence-format.md
lib/credentials.md
lib/consent.md
lib/tokens.md
lib/comms-check.md - runs first
lib/user-prompts.md - structured-input requirement for any user prompt
This skill follows the marketplace-wide user-prompt standard in lib/user-prompts.md. Every user prompt MUST use the host client's structured input UI (single-pick, multi-pick, or text-input form). Never freeform plain-text yes/no questions. The only exception is the consent-trigger gate documented in lib/consent.md, which waits for user-initiated phrases like "make the ticket".
See lib/comms-check.md. Pause for to: user items.
{SPACE_ID} resolved.GET {ATLASSIAN_API_URL}/wiki/api/v2/pages?space-id={SPACE_ID}&title=Known%20Issues&status=current
Capture id and version.number if exists.Use for:
Do not use for:
feature-doc| {issue title} | {severity} | {status} | [{KEY}](url) | {expected fix} |
Plus detail block appended below the table:
### {issue title}
- **Severity:** ...
- **Description:** ...
- **Impact:** ...
- **Workaround:** ...
- **Jira:** [KEY](url)
"Append to Known Issues in {SPACE_KEY}?" - wait for trigger phrase.
If page exists:
version.number+1
If not:Per confluence-format.md. Convert markdown → storage XHTML.
✓ Issue logged
{issue title} - {severity} - {status}
Known Issues: {page_url}
Jira: {ticket_url}
See confluence-format.md error table.