b2b-backend-test-review

Review Java/Kotlin backend tests for coverage gaps and quality issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

기존 테스트 코드의 품질 저하와 커버리지 누락 문제를 메인 컨텍스트에서 식별하고, 수정이 필요한 지점을 구체적 코드 변경 없이 서술형으로 제시합니다.

Core Features & Use Cases

  • 테스트 파일과 프로덕션 코드 간의 커버리지 차이를 분석하고 누락 케이스를 도출합니다.
  • 다양한 테스트 품질 문제(구조, Mock 사용, Fixture, 안티패턴)를 체계적으로 평가하고 개선안을 제공합니다.
  • 서비스 전용 리뷰가 필요할 때도 브랜치 비교를 통한 차이점 기반으로 대상 파일을 좁혀 분석합니다.

Quick Start

테스트 파일 또는 클래스명을 입력하면 리뷰가 자동으로 실행됩니다.

Frequently Asked Questions about b2b-backend-test-review

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

FAQPage Schema
How do I identify test coverage gaps in my Java or Kotlin backend projects?▼

Static test review analyzes your Java and Kotlin backend tests against production code to surface missing coverage cases and structural quality issues, outputting descriptive remediation notes instead of modifying source code.

What is the best way to review backend test quality and find anti-patterns in my test suite?▼

Static test review systematically evaluates structure, Mock usage, and Fixture patterns to detect anti-patterns in your backend test suite, providing concrete modification suggestions to improve overall test quality.

Can I review backend tests for only the files changed in my current git branch?▼

Yes, backend test review supports git-diff-based target selection, automatically narrowing analysis to changed files and their corresponding tests when no specific test class or file input is explicitly provided.

Does static test review work with both Java and Kotlin codebases?▼

Yes, static backend test review supports both Java and Kotlin codebases, analyzing production-like test suites to evaluate quality issues and coverage gaps across project source and test directories.

How do I get specific modification suggestions for backend test issues without modifying production code?▼

Static backend test review outputs structured remediation notes and concrete modification suggestions for test files, ensuring production code remains completely unaltered during the quality assurance evaluation process.

When do I need static analysis for backend test review?▼

You need static analysis for backend test review when facing test quality degradation or coverage omissions, using it to pinpoint exact remediation locations descriptively within your main project context.