docs: complete examples catalog with GitHub Actions and workflows
- Add GitHub Actions section to main README Production-Ready Examples - Update examples/README.md with github-actions/ and workflows/ folders - Add complete templates index for CI/CD workflows - Bump version to 2.8 across all documentation files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2a70921c5f
commit
2714159acb
5 changed files with 29 additions and 5 deletions
|
|
@ -13,6 +13,8 @@ Ready-to-use templates for Claude Code configuration.
|
|||
| [`config/`](./config/) | Configuration file templates |
|
||||
| [`memory/`](./memory/) | CLAUDE.md memory file templates |
|
||||
| [`scripts/`](./scripts/) | Utility scripts for setup and diagnostics |
|
||||
| [`github-actions/`](./github-actions/) | CI/CD workflows for GitHub Actions |
|
||||
| [`workflows/`](./workflows/) | Advanced development workflow guides |
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
@ -92,6 +94,20 @@ Ready-to-use templates for Claude Code configuration.
|
|||
|
||||
> **Usage**: `./audit-scan.sh` for human output, `./audit-scan.sh --json` for JSON output
|
||||
|
||||
### GitHub Actions
|
||||
| File | Trigger | Purpose |
|
||||
|------|---------|---------|
|
||||
| [claude-pr-auto-review.yml](./github-actions/claude-pr-auto-review.yml) | PR open/update | Auto code review with inline comments |
|
||||
| [claude-security-review.yml](./github-actions/claude-security-review.yml) | PR open/update | Security-focused scan (OWASP) |
|
||||
| [claude-issue-triage.yml](./github-actions/claude-issue-triage.yml) | Issue opened | Auto-triage with labels and severity |
|
||||
|
||||
> **See [github-actions/README.md](./github-actions/README.md) for setup instructions and customization**
|
||||
|
||||
### Workflows
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| [database-branch-setup.md](./workflows/database-branch-setup.md) | Isolated feature dev with database branches (Neon/PlanetScale) |
|
||||
|
||||
---
|
||||
|
||||
*See the [main guide](../english-ultimate-claude-code-guide.md) for detailed explanations.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue