Reviews staged changes, flags issues, and drafts a conventional commit message.
Analyze the current git diff in my workspace. For each changed file: 1. Summarize what was modified and why (infer purpose from context) 2. Identify any potential issues: bugs introduced, missing error handling, incomplete changes 3. Flag any security concerns (hardcoded secrets, SQL injection vectors, XSS risks) 4. Note any breaking changes that might affect other parts of the codebase Then generate a conventional commit message following this format: - type(scope): short description - Body explaining the motivation and approach - Footer with any BREAKING CHANGE notes Use the appropriate type: feat, fix, refactor, docs, test, chore, perf, style, ci
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.