en un clic
custom-plugins
custom-plugins contient 4 skills collectées depuis sethcarney, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Use the Godot 4.6 CLI to verify the project builds, check for parse/compile errors, and read debug output. Covers headless validation (import checks, scene boot checks), interactive testing with log capture for post-session review, script syntax checks, and log interpretation.
Run Go quality checks on the current module — tests, vulnerability scan, cyclomatic complexity, and formatting. Invoke before opening a PR or when the user wants a quick quality snapshot.
Create a well-structured GitHub issue with clear acceptance criteria using the GitHub CLI. Triggered when the user wants to file a GitHub issue, report a bug, or define a feature. Guides information gathering, formats the issue body, and runs `gh issue create`.
Break a feature or project into a set of well-defined GitHub issues, create a milestone to group them, and wire up cross-references between related issues. Use when the user wants to plan and scope a project, epic, or multi-issue feature — not just a single issue.