ln-631-test-business-logic-auditor

Detect framework-level tests and generate a Markdown findings report.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-631-test-business-logic-auditor-0xtaoist
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/0xtaoist/taogate/tree/main/ln-631-test-business-logic-auditor
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-631-test-business-logic-auditor-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies tests that validate framework or library internals instead of focusing on the application’s business logic, helping teams surface and remove non-value tests.

Core Features & Use Cases

  • Detects tests that exercise framework APIs (Express, Prisma, bcrypt, JWT, Axios, React hooks) rather than our code.
  • Generates a structured findings report with severity, location, and remediation recommendations.
  • Integrates with coordinator pipelines to enforce a business-logic-focused test strategy.

Quick Start

Run the auditor against a codebase to identify tests that validate framework behavior instead of our business logic.

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 tests that validate framework behavior instead of business logic?▼

To detect framework-level tests, audit your test suite for tests exercising library APIs. This skill scans JavaScript/TypeScript projects to surface tests validating framework internals rather than application business logic.

What is a framework-level test and why should I remove it?▼

A framework-level test validates library internals like Express routing or bcrypt hashing instead of your application code. Removing these non-value tests ensures your suite focuses strictly on business logic.

Does this business-logic test audit work with Prisma and React hooks?▼

Yes, the audit works with Prisma and React hooks. It detects tests exercising framework APIs across Express, Prisma, bcrypt, JWT, axios, and React hooks in JavaScript and TypeScript projects.

How do I generate a structured findings report for non-value tests?▼

Generate a findings report by running the auditor with your test suite and coordinator output path. It produces a Markdown report containing severity, location, and remediation recommendations for framework-level tests.

Can I integrate this test audit into a coordinator pipeline?▼

Yes, you can integrate this into coordinator pipelines. The auditor requires a test suite and coordinator output path to enforce a business-logic-focused test strategy and output structured remediation reports.

What do I need to provide to run a business-logic test audit?▼

You need to provide the test suite and a coordinator output path. The auditor uses these inputs to scan JavaScript/TypeScript codebases and generate a Markdown report with severity and remediation recommendations.