ops

Scan codebases and infrastructure for vulnerabilities and compliance gaps.

4|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/wtthornton/HomeIQ --skill ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops
Source: https://github.com/wtthornton/HomeIQ/tree/main/.claude/skills/ops
Command: npx skills add https://github.com/wtthornton/HomeIQ --skill ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Secure, compliant deployments require integrated checks. This Skill performs security scans, compliance validation, and deployment planning.

Core Features & Use Cases

  • Security Scanning: Identifies vulnerabilities and risks with remediation guidance.
  • Compliance Checks: Validates GDPR, HIPAA, SOC2 requirements.
  • Deployment Planning: Creates deployment procedures and rollback strategies.
  • Context7 Integration: Accesses security and deployment patterns.

Quick Start

@security-scan src/ --type all

Frequently Asked Questions about ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan code for security vulnerabilities like SQL injection and XSS?

Security scanning identifies SQL injection, XSS, and secrets exposure in codebases. Use @security-scan src/ --type all to perform automated vulnerability detection across your repository with remediation guidance.

Can I validate GDPR, HIPAA, and SOC2 compliance automatically?

Compliance validation checks codebases and infrastructure against GDPR, HIPAA, and SOC2 requirements. The Skill integrates with CI/CD tooling to catch compliance gaps before deployment.

How do I create deployment plans with rollback procedures?

Deployment planning generates procedures and rollback strategies for infrastructure changes. The Skill provisions Docker, Kubernetes, and Terraform configurations while creating safe deployment and recovery paths.

Does this work with Kubernetes and Terraform infrastructure?

Yes, the Skill provisions and validates Docker, Kubernetes, and Terraform configurations. It integrates security and compliance checks into infrastructure-as-code workflows.

What vulnerabilities can deployment security scanning detect?

Deployment security scanning detects SQL injection, XSS, secrets exposure, and infrastructure misconfigurations. It provides actionable remediation guidance for each identified risk.

How does this integrate with CI/CD pipelines?

The Skill integrates with CI/CD tooling to enforce security scans and compliance checks during deployment. It accesses Context7 KB cache for security and deployment patterns.