.agents/skills/improve-card-generator/SKILL.md
Diagnose and fix Lorcana parser/generator gaps in `packages/lorcana/lorcana-cards` when card implementations are blocked by missing parsing coverage, manual-override mismatches, or generation stubs. Use for requests like "fix parser", "improve generator", "unblock missingImplementation cards", or "why is this card unparseable".
npx skillsauth add TheCardGoat/lorcana-engine improve-card-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Repair parser and generation coverage in packages/lorcana/lorcana-cards.
lorcana-cards after unblocking parsing.memory/schema.md.memory/bank.md.lorcana-find-card first.rg -n "missingImplementation: true|missingTests: true" packages/lorcana/lorcana-cards/src/cards
bun --cwd packages/lorcana/lorcana-cards scripts/diagnose-manual-overrides.ts
bun --cwd packages/lorcana/lorcana-cards scripts/check-manual-override-coverage.ts
bun --cwd packages/lorcana/lorcana-cards -e 'import { parseAbilityText } from "./src/parser"; const text = process.argv[1]; console.log(parseAbilityText(text));' "<ABILITY_TEXT>"
packages/lorcana/lorcana-cards/src/parser/v2/**packages/lorcana/lorcana-cards/scripts/generators/parser-validator.tspackages/lorcana/lorcana-cards/src/parser/v2/manual-overrides.tsbun run --cwd packages/lorcana/lorcana-cards check-types
bun test --cwd packages/lorcana/lorcana-cards
lorcana-cards.When done, provide this structure:
{
"rootCause": "string",
"changes": ["string"],
"unblockedCards": ["set-number-card-id"],
"remainingBlocks": ["string"],
"verification": {
"checkTypes": "pass|fail",
"tests": "pass|fail"
}
}
Append one entry to memory/bank.md using the schema in memory/schema.md.
documentation
One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
--- name: review-pr-comments description: Systematically process GitHub pull request review feedback end-to-end: pick a target PR, identify unanswered or unresolved comments, handle each thread sequentially, implement required code updates, run repository verification checks, and post clear responses. Use when asked to review PR comments, resolve review threads, or address reviewer suggestions/questions. --- # Review PR Comments Process pull request feedback one thread at a time and finish wit
testing
Tone down overly bold or visually aggressive designs. Reduces intensity while maintaining design quality and impact.