{
  "markdown": "# Software Engineer Skills\n\nI'm Vincent, a software engineer. This repo is where I keep the Claude skills that actually make a difference in my day-to-day work — not experiments or one-offs, but the ones I reach for regularly.\n\n## Skills\n\n### [`pr-review-fix`](./pr-review-fix/SKILL.md)\nFetches all unresolved review comments from the current branch's GitHub PR and applies the fixes directly to local files. Handles inline comments, suggested changes, and general review feedback — then summarizes what was changed.\n\n### [`test-gap-finder`](./test-gap-finder/SKILL.md)\nAnalyzes a git diff (or specific files) and finds untested code paths — error throws, null inputs, branching logic, async failures. Prints a gap report grouped by file, then writes real runnable test stubs (not just TODO scaffolding) in the right test file using whatever framework the project uses.\n\n### [`dead-code-hunter`](./dead-code-hunter/SKILL.md)\nScans the codebase for code that is defined but never used: exported functions nobody imports, private helpers never called, module-level constants never referenced, and entire files nothing depends on. Produces a concise scannable report grouped by category with file:line references, and warns about false positive risks (dynamic access, external consumers, framework decorators).\n",
  "bytes": 1308,
  "sha": "f49a66a4bdf26acb04f06fda041f95830479fd5d4b42dc0245b00d820152fa52",
  "repo_slug": "vincentboillotdevalliere/sofware-engineer-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_vincentboillotdevalliere_sofware_enginee_fb11c114/readme"
}