Generates comprehensive testing handbooks and guides for security testing strategies.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill testing-handbook-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Testing Handbook Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-testing-handbook-generator-asi)More formats (shields.io, HTML) on the badges page.
---
name: testing-handbook-generator
description: Generates comprehensive testing handbooks and guides for security testing strategies.
category: testing-handbook-skills
author: Trail of Bits
source: trailofbits/skills
license: AGPL-3.0
trit: 1
trit_label: PLUS
verified: true
featured: false
---
# Testing Handbook Generator Skill
**Trit**: 1 (PLUS)
**Category**: testing-handbook-skills
**Author**: Trail of Bits
**Source**: trailofbits/skills
**License**: AGPL-3.0
## Description
Generates comprehensive testing handbooks and guides for security testing strategies.
## When to Use
This is a Trail of Bits security skill. Refer to the original repository for detailed usage guidelines and examples.
See: https://github.com/trailofbits/skills
## Related Skills
- audit-context-building
- codeql
- semgrep
- variant-analysis
## SDF Interleaving
This skill connects to **Software Design for Flexibility** (Hanson & Sussman, 2021):
### Primary Chapter: 6. Layering
**Concepts**: layered data, metadata, provenance, units
### GF(3) Balanced Triad
```
testing-handbook-generator (−) + SDF.Ch6 (+) + [balancer] (○) = 0
```
**Skill Trit**: -1 (MINUS - verification)
### Connection Pattern
Layering adds metadata. This skill tracks provenance or annotations.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则
Django测试策略,包括pytest-django、TDD方法论、factory_boy、模拟、覆盖率以及测试Django REST Framework API。
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。
使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。