code-review
01Skill Claude CodeCodex
Perform an in-depth code review of changed files and produce a structured report. Defaults to reviewing staged changes.
Skill Claude CodeCodex
Perform an in-depth code review of changed files and produce a structured report. Defaults to reviewing staged changes.
Skill Claude CodeCodex
Analyze a given style file or component directory, identify redundancy, inefficiency, and maintainability issues, and suggest optimizations.
Skill Claude CodeCodex
Production-grade DOCX generator that creates valid Microsoft Word (.docx) files from Markdown or structured AST using a safe streaming ZIP engine and minimal but strict OOXML baseline.
Skill Claude CodeCodex
Compress and decompress files using jsexec with built-in zlib and manual format parsing. Supports .gz, .tar, .tar.gz, .tgz, .zip.
Skill Claude CodeCodex
Generate a React or Vue component from a natural language description, including TypeScript types, styles, and basic tests.
Skill Claude CodeCodex
Compile Markdown into a valid Microsoft PowerPoint (.pptx) file using pure JavaScript. Pipeline: Markdown → AST → Slide IR → Layout IR → OOXML → ZIP. Images embedded from local files.
Skill Claude CodeCodex
Production-grade XLSX generator that creates valid Microsoft Excel (.xlsx) files from structured table data using a DEFLATE-mode ZIP engine (uses zlib for compression). Supports formulas, merged cells, styles (bold/font/alignment/border/fill/number-format/column-width), panes/freeze-panes, multi-sheet, and auto-sizing.