b2b-backend-plan-update

Update QA results in plan markdown files from monitor logs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

모니터링 결과를 테스트 플랜의 QA 결과 요약 테이블에 자동으로 반영하여 수동 업데이트를 제거하고 정확성을 높입니다.

Core Features & Use Cases

  • 최신 모니터링 로그를 바탕으로 각 Phase의 결과를 플랜에 자동으로 반영합니다.
  • 특정 플랜 파일 경로에서 작업하고, ~/monitor-logs에서 가장 최근 로그를 읽어 QA 요약 및 단위 Phase 결과를 업데이트합니다.
  • CI/CD 같은 자동화 파이프라인에서 모니터링 후 플랜을 재정리하는 용도로 적합합니다.

Quick Start

Provide the target plan markdown file path and run the skill to update its QA results using the latest monitor logs.

Frequently Asked Questions about b2b-backend-plan-update

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

FAQPage Schema
How do I automatically update QA results in a markdown plan from monitoring logs?

You can automatically update QA results in a markdown plan by running this skill on a specified file path; it reads recent logs, extracts phase entries, and writes validated OK/NOK statuses into the QA summary table.

Can I use this plan update automation in a CI/CD pipeline?

Yes, this plan update automation is designed for CI/CD pipelines. It reads the most recent logs from the ~/monitor-logs directory and restructures the markdown plan automatically after monitoring runs.

What is the process for reading monitor logs and updating per-phase results in a test plan?

The process for reading monitor logs involves extracting phase entries from the specified markdown file, reading recent logs from ~/monitor-logs, validating the results, and writing updated per-phase outcomes and QA summary tables with correct statuses.

Does this QA validation tool require a specific log directory structure?

Yes, this QA validation tool requires monitoring logs to be stored in the ~/monitor-logs directory. It reads the most recent log files from this location to extract the latest QA outcomes for the plan update.

How does the markdown plan update handle OK and NOK statuses for different phases?

The markdown plan update handles OK and NOK statuses by validating the latest monitoring outcomes for each extracted phase entry, then writing the correct status into both the per-phase results and the overall QA summary table.