| name | secops-product-improvement |
| description | Use when improving this SecOps product in VS Code Copilot: security hardening, detection quality, reliability, release readiness, architecture, API validation, performance, or launch documentation. |
SecOps Product Improvement
Use this skill when working on this repository in VS Code Copilot.
Goal
Improve the product with a repeatable Copilot-native workflow that prioritizes security, detection quality, operational reliability, and launch readiness.
Preferred Agent Set
engineering-security-engineer.md
engineering-threat-detection-engineer.md
engineering-devops-automator.md
engineering-sre.md
engineering-backend-architect.md
engineering-software-architect.md
engineering-ai-engineer.md
engineering-data-engineer.md
engineering-code-reviewer.md
testing-api-tester.md
testing-performance-benchmarker.md
testing-reality-checker.md
engineering-technical-writer.md
product-manager.md
engineering-incident-response-commander.md
Execution Order
- Frame the change with
product-manager.md when the request affects roadmap, packaging, pricing, launch scope, or user value.
- Use
engineering-software-architect.md and engineering-backend-architect.md for structural changes, integrations, schema changes, and platform boundaries.
- Use
engineering-security-engineer.md first for any security-sensitive code, secrets handling, subprocess usage, auth, or supply-chain concerns.
- Use
engineering-threat-detection-engineer.md for detection logic, ATT&CK mapping, telemetry coverage, and rule tuning.
- Use
engineering-ai-engineer.md and engineering-data-engineer.md for dataset generation, evaluation quality, pipelines, and model-assisted analysis.
- Use
engineering-devops-automator.md and engineering-sre.md for CI/CD, Docker, reliability, observability, and release automation.
- Use
testing-api-tester.md, testing-performance-benchmarker.md, and testing-reality-checker.md as final gates before calling a change launch-ready.
- Use
engineering-code-reviewer.md for focused defect/risk review after implementation.
- Use
engineering-technical-writer.md to update README, launch docs, and operator-facing workflows.
- Use
engineering-incident-response-commander.md when preparing runbooks, incident workflows, or post-incident improvements.
Default Workflow
- Inspect existing code and docs before proposing changes.
- Prefer fixing the root cause rather than patching symptoms.
- Make small, focused edits that preserve the current public API unless the task requires change.
- Validate with the narrowest relevant checks first, then broader checks if needed.
- Call out launch blockers explicitly: security gaps, missing tests, missing telemetry, or brittle release steps.
Copilot-Specific Notes
- Repo-local agents are stored in
.github/agents/.
- This skill is repo-local and intended for VS Code Copilot, not Antigravity.
- When asking Copilot for help, reference the exact role you want, for example:
Use engineering-security-engineer.md to review subprocess and file handling risks in this repo.