ricardoquesada
- 13 skills
- 0 followers
- 12 hours ago last updated
- ▌ Code Review · ricardoquesadaReviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
- ▌
- ▌ Verify MCP · ricardoquesada bundleVerifies the MCP server functionality by running the integration test suite.
- ▌
- ▌ Bump Version · ricardoquesadaAutomates the process of bumping the version and updating the changelog.
- ▌ Update MCP Docs · ricardoquesada bundleSyncs `docs/mcp.md` with the actual tools exposed by `crates/regenerator2000-core/src/mcp/handler.rs`.
- ▌ Compare Unpacker · ricardoquesadaRuns unpacker_compare_all to compare Regenerator 2000 unpacker against unp64, comparing start/end addresses and entry points across C64 PRG binaries, and generates a comparison report.
- ▌ R2000 Analyze Basic · ricardoquesadaAnalyzes a sequence of memory containing Commodore BASIC tokens, formats address/word data types, and constructs side comments representing the plain BASIC commands.
- ▌ R2000 Analyze Blocks · ricardoquesadaAnalyzes memory regions of a disassembled binary and converts them to the correct block types (code, bytes, words, text, tables, etc.) using MOS 6502 and the target system's expertise.
- ▌ R2000 Analyze Symbol · ricardoquesadaAnalyzes a specific memory address or label to determine its purpose (variable, flag, pointer, hardware register) by examining its cross-references and usage patterns.
- ▌ R2000 Analyze Program · ricardoquesadaOrchestrates full-program analysis by running block classification, then analyzing all unanalyzed routines and symbols in parallel using subagents.
- ▌ R2000 Analyze Routine · ricardoquesadaAnalyzes a disassembly subroutine to determine its function by examining code, cross-references, and memory usage, leveraging target system expertise.
- ▌ Update Keyboard Shortcuts · ricardoquesadaAudits and synchronizes keyboard shortcuts across docs/keyboard_shortcuts.md, crates/regenerator2000-tui/src/ui/dialog_keyboard_shortcut.rs, crates/regenerator2000-tui/src/ui/menu.rs, and the view files (view_disassembly.rs, view_hexdump.rs, view_charset.rs, view_bitmap.rs, view_blocks.rs, view_sprites.rs).