b2b-backend-monitor

Monitor production logs by tracking keywords and EB/ECS deployment status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-monitor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: b2b-backend-monitor
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-backend/monitor
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates plan-based periodic log monitoring for production deployments by tracking keywords from /api-test-plan and watching EB/ECS deployment status.

Core Features & Use Cases

  • Plan-driven log monitoring that reads a plan file to configure sources, keywords, and cadence.
  • Real-time deployment health checks for prod (EB/ECS) with auto-reporting and escalation.
  • Safe operating constraints to avoid monitoring during plan creation, plan updates, or troubleshooting.

Quick Start

Start monitoring by specifying the environment and plan file, for example: /monitor prod .claude/plan/deploy-231-test-plan.md.

Frequently Asked Questions about b2b-backend-monitor

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

FAQPage Schema
How do I automate production deployment log monitoring using a test plan file?▼

Plan-based production log monitoring automates post-release health checks by reading a plan file to extract keywords, environment overrides, and collection cadence. It continuously polls Elastic Beanstalk or ECS deployment status and outputs structured reports with warnings and escalation prompts.

What is the best way to monitor AWS CloudWatch logs after an ECS deployment?▼

Real-time log polling after ECS deployments watches production environments by tracking configured keywords from your test plan. It automatically collects logs and generates structured reports containing specific warnings and escalation prompts for any detected issues.

Can I use an api-test-plan file to configure real-time production log collection?▼

Yes, plan-driven log monitoring reads the api-test-plan file directly to extract monitoring settings, environment overrides, keywords, and collection cadence. This configures automated real-time polling and health checks for production Elastic Beanstalk and ECS deployments.

When should I avoid running automated deployment log monitoring?▼

Automated log monitoring explicitly avoids running during plan creation, plan updates, or active troubleshooting. It is scoped strictly to post-release log collection and real-time polling of production environments to prevent interference with other deployment workflows.

How do I start monitoring prod deployment logs with a specific plan file?▼

Start monitoring by specifying the environment and plan file path, such as running the monitor command against prod with your deploy plan markdown file. The system reads the configuration to track EB or ECS deployment status and outputs structured health reports.