Claude Code Showcase
A reference project by ChrisWiles demonstrating production Claude Code configuration. Includes a skill-evaluation hook that auto-suggests relevant skills on every prompt, a code-reviewer agent, slash commands for tickets, PR review, PR summaries, and documentation sync, plus four GitHub Actions (automatic PR review, weekly quality sweep, monthly docs sync, biweekly dependency audit). Clone as a template to start with all plumbing pre-wired.
View on GitHubWhat it does
- /ticket
Read a JIRA or Linear ticket via MCP, implement the feature, update ticket status, and open a PR.
- /pr-review
Run the code-reviewer agent checklist covering TypeScript strict mode, error handling, loading states, and mutation patterns.
- /pr-summary
Generate a structured PR description from the current diff.
- skill-eval UserPromptSubmit hook
On every prompt, score keywords, file paths, and intent signals to surface ranked skill suggestions with HIGH/MEDIUM confidence labels.
- pr-claude-code-review GitHub Action
Automatically post a structured Claude code review comment on every PR and respond to @claude mentions.
- scheduled-claude-code-quality GitHub Action
Weekly automated quality sweep of random directories with auto-fix and a monthly docs-sync pass.