Skip to content

lightspeedwp/ma-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
title description category type audience date
GitHub Configuration
GitHub-specific configuration and workflow files
Project
Index
Developers
2025-12-01

GitHub Configuration

This directory contains GitHub-specific configuration files for the {{theme_name}} theme.

Contents

  • 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

Workflows

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

Purpose

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

Usage

These files are automatically used by GitHub Actions and compatible AI development tools. They are excluded from theme distribution packages via .distignore.