Generates a complete GitHub Actions CI/CD pipeline with testing, security scanning, and deployment.
Generate a production-ready GitHub Actions workflow for this project. Include these jobs: 1. **Lint & Type Check**: Run linters and type checking in parallel 2. **Unit Tests**: Run test suite with coverage reporting 3. **Build**: Production build to catch compilation errors 4. **Integration Tests**: Run against a test database (use services for Postgres/Redis if needed) 5. **Security Scan**: Run dependency audit and SAST scanning 6. **Deploy**: Deploy to staging on PR merge, production on release tag Requirements: - Use caching for node_modules and build artifacts - Run on push to main and pull_request events - Use matrix strategy for multiple Node.js versions if applicable - Include proper environment variables and secrets handling - Add concurrency groups to cancel outdated runs - Use OIDC for cloud provider authentication if deploying
Structured code review using GitHub Copilot. Security audit, performance analysis, test coverage assessment, and PR review checklists for production codebases.
End-to-end meeting productivity with M365 Copilot. Covers pre-meeting prep, real-time notes, action item extraction, and automated follow-ups across Teams and Outlook.
Create a type-safe state machine with transitions, guards, actions, and visualization support using XState patterns.
Create dynamic array formulas using FILTER, SORT, UNIQUE, and SEQUENCE for advanced data manipulation.
Comprehensive security audit checking for OWASP Top 10 vulnerabilities with proof-of-concept examples, fixes, and a hardened code version.
Systematic bug triage with root cause analysis, ranked hypotheses, step-by-step debugging instructions, and preventive solutions.