Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

DRAW

يحتوي DRAW على 14 من skills المجمعة من grymmjack، مع تغطية مهنية على مستوى المستودع وصفحات 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