By bryan-cox
Guides writing of behavior-driven Go unit tests that prioritize testing meaningful behaviors over chasing code coverage
A place for me to share personal Claude Code skills I use on a daily basis that might help others as well but I don't want to merge them into a formal repo just yet.
/pluginhttps://github.com/bryan-cox/personal-claude-skillsGuides writing of behavior-driven Go unit tests that prioritize testing meaningful behaviors over chasing code coverage.
What it does:
"When <precondition>, it should <expected behavior>"Populate worklog from GitHub PR activity and generate biweekly status reports with JIRA updates.
Skills included:
/update-worklog — Queries GitHub for all PR activity (authored, reviewed, commented) on a given date and generates worklog.yaml task entries with contextual descriptions, auto-detected JIRA tickets, and inferred status. Supports incremental updates via last_updated timestamps./status-update — Generates an HTML work report and posts status comments to JIRA tickets for the current biweekly reporting period (Tuesday/Thursday cycle).Prerequisites:
gh) installed and authenticated/status-update requires the taskledger plugin (invokes /taskledger:html-report and /taskledger:update-jira)Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub bryan-cox/personal-claude-skills --plugin behavior-driven-testingTrack work progress and sync status updates to JIRA tickets from worklog.yml files
Populate worklog from GitHub PR activity and generate biweekly status reports with JIRA updates
Write, run, and debug Ginkgo/Gomega test suites in Go. Skills for the tree-construction mental model, spec authoring and cleanup, tables and generated specs, the full decorator reference, filtering, parallelism, ordered/flaky specs, timeouts and async, the CLI and CI configuration, reporting, and JSON-first failure diagnosis.
Go-specific development tools with idiomatic best practices
Unit testing with debugging and test automation
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.