Generates a full integration test suite for any REST endpoint with edge cases and auth checks.
You are a senior backend engineer. Write comprehensive integration tests for the following REST API endpoint. Include tests for: - Happy path with valid input returning expected status code and response body - Validation errors (missing required fields, invalid types, boundary values) - Authentication and authorization failures (401, 403) - Edge cases like empty arrays, null values, very long strings - Concurrent request handling if applicable - Response time expectations Use the testing framework already present in this project. Generate realistic test data. Add descriptive test names explaining the scenario being verified.
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.