con un clic
parser-migration-checklist
// Risk assessment checklist for migrating parsers to PEG/parser-generator tools
// Risk assessment checklist for migrating parsers to PEG/parser-generator tools
{what this skill teaches agents}
{what this skill teaches agents}
Validate checked-in .http examples with parser assertions plus MockHttpExecutor request-chain tests
Checklist for reviewing parser/serializer parity, native-vs-WASM behavior, and large-payload hot paths
Audit GUI, TUI, and WASM flows for hidden state, shortcut drift, and parity regressions
| name | parser-migration-checklist |
| description | Risk assessment checklist for migrating parsers to PEG/parser-generator tools |
| domain | testing-performance |
| confidence | high |
| source | Lambert pest.rs migration assessment 2026-03-20 |
Use this skill when evaluating a parser rewrite or migration to a parser generator (pest, nom, tree-sitter, etc.) in any project. This checklist identifies risks that must be addressed before migrating from a handwritten parser.
Identify protected behaviors:
Identify coverage gaps:
State machine logic:
Grammar vs implementation drift:
Serializer/parser parity:
Cross-platform compatibility:
Priority 1 (Blocking):
Priority 2 (High Value):
Priority 3 (Performance):
Before starting migration:
During migration:
After migration:
Migration is complete when:
Do not migrate if:
Do not assume:
Good approach:
Bad approach:
Do not migrate if: