Claude-skill-registry canvas-issue

GitHub issue creation from agent-canvas sessions. Creates issues with selected elements, screenshots, and page context. Use when you need to report bugs, create feature requests, or document UI issues directly from the browser. Triggers on "create issue", "report bug", "file issue", or any GitHub issue creation task from canvas sessions.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/canvas-issue" ~/.claude/skills/majiayu000-claude-skill-registry-canvas-issue && rm -rf "$T"
manifest: skills/data/canvas-issue/SKILL.md
source content

Canvas Issue

Create GitHub issues directly from agent-canvas sessions with element context, screenshots, and page information.

Overview

Canvas Issue integrates with agent-canvas to streamline bug reporting and feature request creation. When you've identified a UI problem or need to document an issue, this skill captures:

  • Selected element information
  • Screenshot of the page
  • Page URL and context
  • Custom title and description

Issues are created with all context automatically attached, making them actionable for developers.