ops-logs-query

Discover AWS CloudWatch log groups and query Boundless service logs across prod and staging environments.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Current-cmd/PlsTrustMe --skill ops-logs-query-current-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-logs-query
Source: https://github.com/Current-cmd/PlsTrustMe/tree/main/.claude/skills/ops-logs-query
Command: npx skills add https://github.com/Current-cmd/PlsTrustMe --skill ops-logs-query-current-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a unified approach to locating and inspecting AWS CloudWatch logs for Boundless services across prod and staging environments, enabling quick diagnostics of failures and deployment issues.

Core Features & Use Cases

  • Discover relevant log groups across services by environment and naming conventions.
  • Query logs for specific events, request IDs, and errors within a defined time window to diagnose issues.
  • Correlate log output with deployments and host identifiers to understand behavioral changes in production systems.

Quick Start

Run a log search on the target environment for a specific time range to identify errors and related requests.

Frequently Asked Questions about ops-logs-query

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

FAQPage Schema
How do I query AWS CloudWatch logs for Boundless services to diagnose failures?

To query AWS CloudWatch logs for Boundless services, you can scope discovery to service log groups across prod and staging, then filter by specific events, request IDs, and time windows to diagnose failures.

What credentials do I need to search CloudWatch logs across prod and staging environments?

Searching CloudWatch logs across prod and staging requires credentials configured in network_secrets.toml or set via environment configuration, enabling AWS CLI or SDK to authenticate and fetch log data.

Can I dynamically discover CloudWatch log groups for Boundless services without knowing exact names?

Yes, dynamic log-group discovery is supported, allowing you to locate relevant CloudWatch log groups across Boundless services by environment and naming conventions without specifying exact group names.

How do I filter CloudWatch log output by time windows and error patterns during deployment issues?

You can filter CloudWatch log output by defining specific time windows and searching for error patterns, then correlate the results with deployments and host identifiers to understand behavioral changes.

Does querying Boundless service logs work with AWS CLI or SDK for automated diagnostics?

Querying Boundless service logs works with AWS CLI or SDK, providing a guided approach to fetching CloudWatch log data for automated diagnostics of failures and deployment issues.