| title | description | category | type | audience | date |
|---|---|---|---|---|---|
GitHub Configuration |
GitHub-specific configuration and workflow files |
Project |
Index |
Developers |
2025-12-01 |
This directory contains GitHub-specific configuration files for the {{theme_name}} theme.
- agents/ - AI agent configurations for automated development tasks
- chatmodes/ - Custom chat mode configurations for AI assistants
- instructions/ - Development instructions and guidelines for AI tools
- prompts/ - Reusable prompt templates for AI-assisted development
- workflows/ - GitHub Actions CI/CD workflow definitions
| Workflow | Description |
|---|---|
ci-cd.yml |
Main CI/CD pipeline (lint, test, security audit, E2E) |
code-quality.yml |
Code coverage, quality gates, bundle analysis |
deploy-wporg.yml |
Automated WordPress.org theme directory deployment |
release.yml |
Version bumping, changelog generation, releases |
These files enable:
- Automated build and test workflows
- Code coverage tracking with Codecov
- Quality gates for PRs
- AI-assisted development with context-specific instructions
- Consistent code review and quality checks
- Automated release and deployment processes
- WordPress.org theme directory deployment
These files are automatically used by GitHub Actions and compatible AI development tools. They are excluded from theme distribution packages via .distignore.