ワンクリックで
DRAW
DRAW には grymmjack から収集した 14 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Fix a bug in DRAW's text tool using the state machine diagram, source code, and QB64-PE MCP. Follows a structured workflow: diagnose → fix → verify → update diagram.
Create an automated QA test script for a DRAW feature or tool. Generates a bash test script in QA/tests/ using the QA harness helpers, derived from state diagrams, keyboard/mouse bindings, source code, and project instructions.
Create a manual QA test checklist for a DRAW feature or tool. Generates a hierarchical checklist in PLANS/TESTS/ with test cases derived from state diagrams, keyboard/mouse bindings, source code, and project instructions.
Analyze the visual output of a QB64PE program by saving a screenshot and describing what is rendered.
Write a new QB64PE program for a given task, validating syntax and compiling iteratively until clean.
Prepare a DRAW release — bump version, update docs, generate release notes
Generate a multi-sheet .xmind mind map from a hierarchical feature tree using the xmind-sdk-js toolchain in DEV/. Supports cross-sheet hyperlinks, back-links, and themes.
Debug a QB64PE compilation or runtime problem using debugging helpers, compatibility checks, and enhanced logging.
Fix a bug in DRAW using a state machine diagram to guide diagnosis. Structured workflow: select diagram → diagnose → fix → verify → update BUGS.md → update diagram if needed.
Build a single PDF (docs/DRAW-Manual.pdf) from the split Markdown user manual under docs/MANUAL/. Combines the cover and all chapter files in order, rewrites image paths, and renders via pandoc/weasyprint, md-to-pdf (Puppeteer), or headless Chrome.
Port QBasic code to QB64PE by analyzing compatibility, automating conversion, validating syntax, and compiling until clean.
Execute automated QA tests for DRAW via the xdotool-based test harness. Runs test scripts, reports pass/fail results, analyzes screenshots on failure, and suggests fixes.
Execute a QA test checklist for DRAW. Moves test file to WIP, presents tests one by one, tracks pass/fail, cascades checkmarks hierarchically, and moves completed files to RESULTS.
Resize all PNG images in a folder recursively to 800% using nearest-neighbor scaling (pixel-perfect, no blurring). Outputs each image as the same filename with -hd.png suffix. Ideal for generating HD preview versions of pixel art / icon assets.