ln-631-test-business-logic-auditor

Audit test files to flag tests validating framework or library behavior.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-631-test-business-logic-auditor-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-631-test-business-logic-auditor
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-631-test-business-logic-auditor
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-631-test-business-logic-auditor-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies and flags tests that validate framework or library behavior instead of your application's core business logic, helping to ensure test suites are efficient and focused.

Core Features & Use Cases

  • Framework Test Detection: Pinpoints tests that merely confirm Express, Fastify, or Koa middleware is working.
  • ORM/Database Library Tests: Detects tests validating Prisma, Mongoose, or Sequelize functionality.
  • Crypto/JWT/HTTP Client Tests: Identifies tests focused on bcrypt, JWT, or axios/fetch behavior.
  • React Hooks Audit: Flags tests validating standard React hooks (useState, useEffect) unless they are part of custom logic.
  • Use Case: A developer wants to ensure their test suite is effectively covering their unique business rules. This Skill analyzes the test files, identifies redundant tests that only check third-party library functions, and provides actionable recommendations to remove them, improving test suite clarity and reducing maintenance overhead.

Quick Start

Use the ln-631-test-business-logic-auditor skill to audit the test files in the current directory for business logic focus.

Frequently Asked Questions about ln-631-test-business-logic-auditor

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

FAQPage Schema
How do I detect redundant tests for framework behavior in my test suite?

To detect redundant tests for framework behavior, the audit analyzes test files to flag those validating Express, Prisma, bcrypt, JWT, or axios instead of custom business logic. It identifies tests confirming third-party library functionality and recommends removing them to improve test suite efficiency.

What is a framework test audit and how does it work?

A framework test audit scans test files to identify tests validating library or ORM behavior rather than core business rules. It uses framework detection patterns and tech stack information to pinpoint redundant checks for Express middleware, Prisma functionality, or React hooks, recommending their removal.

Can I use this test audit tool to check React hooks and ORM tests?

Yes, the test audit tool checks React hooks by flagging tests validating standard hooks like useState and useEffect unless they are part of custom logic. It also detects tests validating ORM functionality like Prisma, Mongoose, or Sequelize behavior, recommending removal to improve test suite efficiency.

How do I audit test files to remove tests validating third-party libraries?

To audit test files and remove tests validating third-party libraries, the tool scans the current directory and flags tests confirming Express middleware, JWT, bcrypt, or axios behavior. It uses framework detection patterns to identify these redundant tests and provides actionable recommendations to remove them.

What are the limitations of auditing test files for business logic focus?

The limitation of auditing test files for business logic focus is that it requires a contextStore with framework detection patterns and tech stack information for accurate analysis. Without this prerequisite context, the tool cannot accurately identify and flag tests validating framework, library, or ORM behavior instead of custom business logic.

Does the business logic auditor work with Fastify and Koa middleware tests?

Yes, the business logic auditor works with Fastify and Koa middleware tests. It pinpoints tests that merely confirm Express, Fastify, or Koa middleware is working, flagging them as redundant framework behavior tests instead of custom business logic validation, and recommends their removal.