arn-assessing
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "set up monitoring", "arn infra monitor", "infra monitor", "configure monitoring", "set up observability", "add logging", "configure alerting", "set up alerts", "infrastructure monitoring", "add metrics", "set up cloudwatch",
$ npx -y skills add AppsVortex/arness --skill arn-infra-monitor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arn-infra-monitorContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "set up monitoring", "arn infra monitor", "infra monitor", "configure monitoring", "set up observability", "add logging", "configure alerting", "set up alerts", "infrastructure monitoring", "add metrics", "set up cloudwatch",
name: arn-infra-monitor description: >- This skill should be used when the user says "set up monitoring", "arn infra monitor", "infra monitor", "configure monitoring", "set up observability", "add logging", "configure alerting", "set up alerts", "infrastructure monitoring", "add metrics", "set up cloudwatch", "configure grafana", "observability setup", "logging setup", "alerting setup", "health checks", "monitor infrastructure", "arn-infra-monitor", "set up cloud monitoring", "configure notifications", "prometheus", "datadog", "new relic", "sentry", or wants to set up logging, metrics collection, and alerting for their deployed infrastructure. version: 1.0.0
Set up observability for deployed infrastructure: structured logging, metrics collection, and alerting. This skill recommends an observability stack based on the configured cloud provider, generates IaC for monitoring resources, and configures basic health-check-based alerts.
This skill focuses on initial monitoring setup and critical alerts. It does NOT create full monitoring dashboards (out of scope per spec). For ongoing monitoring and alerting customization, refer users to their provider's monitoring console.
Read `## Arness` from the project's CLAUDE.md. If no `## Arness` section exists or Arness Infra fields are missing, inform the user: "Arness Infra is not configured for this project yet. Run `/arn-infra-wizard` to get started — it will set everything up automatically." Do not proceed without it.
Check the **Deferred** field. If `Deferred: yes`, inform the user: "Infrastructure is in deferred mode. Monitoring setup is not available until infrastructure is fully configured. Run `/arn-infra-assess` to un-defer." Stop.
Extract:
---
Scan for existing monitoring configurations:
Glob **/cloudwatch*.tf Glob **/monitoring*.tf Glob **/alerting*.tf Glob **/datadog*.tf Glob **/grafana*.tf Glob **/prometheus*.yml Glob **/alertmanager*.yml Glob docker-compose*.yml
Check deployed resources (if available):
Read <resource-manifest-path>
**If existing monitoring is detected:** Present: "I found existing monitoring configuration: [list]. I can extend this with additional alerts and logging."
**If no monitoring is detected:** Continue to Step 2 for fresh monitoring setup.
---
> Read the local override or plugin default for `observability-stack-guide.md`.
Based on the configured provider(s) and experience level, recommend a monitoring approach:
**Expert:** Present all options: "Here are the observability options for your [provider] setup:
**Native monitoring:**
**Third-party options:**
Which approach do you prefer?"
**Intermediate:** Present the recommended stack: "For [provider], I recommend:
This uses your cloud provider's built-in tools, so there are no additional services to manage. Would you like to proceed, or would you prefer a third-party solution?"
**Beginner:** Make the recommendation directly: "I'll set up monitoring using [provider's native tools]. This gives you logging, metrics, and alerts without any extra services or costs beyond your cloud provider."
**Stack selection per provider:**
---
Guide the setup of structured logging for the deployment:
**Application logging:**
**Infrastructure logging:**
**Log retention per environment:** | Environment | Retention | Rationale | |-------------|-----------|-----------| | Dev | 7 days | Cost optimization | | Staging | 30 days | Debugging window | | Production | 90 days | Compliance (SOC 2 minimum) |
---
Set up metrics collection f
Arness — H not required. Structured AI workflows for Claude Code. From first idea to production deploy. Seven entry commands. That's all you need to remember.
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "arness code assess", "arn-code-assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "fix CVEs", "patch vulnerabilities", "apply security patches", "resolve security advisories", "batch CVE fix",…
This skill should be used when the user says "scan for CVEs", "CVE scan", "check for vulnerabilities", "find vulnerabilities", "check security advisories",…
This skill should be used when the user says "batch implement", "implement all", "batch execution", "implement all features", "parallel implement", "implement…
This skill should be used when the user says "batch merge", "merge batch", "arness batch merge", "arn-code-batch-merge", "merge all PRs", "merge batch PRs",…