Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

DRAW

DRAW에는 grymmjack에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
18
업데이트
2026-05-16
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

fix-text-tool-bug
소프트웨어 개발자

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.

2026-05-16
qa-auto-test
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-16
qa-test
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-16
analyze-qb64pe-graphics-output
소프트웨어 품질 보증 분석가·테스터

Analyze the visual output of a QB64PE program by saving a screenshot and describing what is rendered.

2026-05-16
create-qb64pe-program
소프트웨어 개발자

Write a new QB64PE program for a given task, validating syntax and compiling iteratively until clean.

2026-05-16
create-release
소프트웨어 개발자

Prepare a DRAW release — bump version, update docs, generate release notes

2026-05-16
create-xmind
소프트웨어 개발자

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.

2026-05-16
debug-qb64pe-error
소프트웨어 개발자

Debug a QB64PE compilation or runtime problem using debugging helpers, compatibility checks, and enhanced logging.

2026-05-16
fix-using-state-diagram
소프트웨어 개발자

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.

2026-05-16
make-pdf-manual
데스크톱 출판 전문가

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.

2026-05-16
port-qbasic-to-qb64pe
소프트웨어 개발자

Port QBasic code to QB64PE by analyzing compatibility, automating conversion, validating syntax, and compiling until clean.

2026-05-16
qa-auto-test-run
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-16
qa-test-run
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-16
resize-images-hd
소프트웨어 개발자

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.

2026-05-16