Diagnose a failing gowkhtmltopdf golden corpus fixture (wrong page count, missing needles, structural envelope) by building a tight red loop, bisecting to the first bad commit, ranking falsifiable hypotheses, instrumenting one variable at a time, and fixing…
chinmay-sawant/gowkhtmltopdf
SkillsMP has collected 9 skills from chinmay-sawant/gowkhtmltopdf. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 14
- GitHub forks
- 1
Skills in this repository
Showing 9 of 9 collected skills.
Audit and fix gowkhtmltopdf implemented-CSS fixtures 60,61,62 (356 rules) by rendering all PDF pages to screenshots, scanning What it should do vs Effect (live) with 4-5 parallel sub-agents, collating defects, then fixing all broken items via parallel…
Diagnose gowkhtmltopdf golden-fixture PDF layout regressions by comparing an original/good PDF to a current output PDF, mapping the broken region to HTML/CSS and Go layout/paint code, then tracing git history without worktrees. Use when a fixture PDF looks…
Cut a gowkhtmltopdf release: bump VERSION, write CHANGELOG and GitHub release notes from the previous tag, drop “unreleased” language from the generic user docs and site, stamp cli.Version, open the chore release PR. Use when the user says “release notes”,…
Audit a Go codebase for deep-module architecture: package DAG, seams, ownership, locality, and shallow or leaky interfaces. Emits structured findings for a phase-wise checklist. Use when the user wants to improve architecture, deepen modules, review seams,…
Run the improve-codebase pack (architecture deepening, extension seams, Go practices) and write one phase-wise checklist ledger. Use when the user wants an architecture-and-practices review, a phase-wise improvement report, a 10/10 plan, or runs…
Audit how a Go codebase is extended: half-wired features, forked adapters, missing proof, and the table or dispatch that should own the next CSS property, flag, API method, or layout rule. Emits structured findings for a phase-wise checklist. Use when adding…
Audit Go code against production conventions: error sentinels, wrapping, context, ownership cloning, tests, concurrency, lint suppressions, and public-API contracts. Emits structured findings for a phase-wise checklist. Use when reviewing Go best practices,…
Debug an HTML-to-PDF template when the rendered page wraps, misaligns, overlaps, or ignores CSS. Diagnose only: walk the symptom to the CSS, split measure vs paint and parse vs apply, then table the possible fixes and wait for the user to pick one. Engine…