Doc Bdd Audit

🌐Community
by vladm3105 · vlatest · Repository

Analyzes documents against business data dictionaries to identify inconsistencies and ensure compliance with defined standards.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add doc-bdd-audit npx -- -y @trustedskills/doc-bdd-audit
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "doc-bdd-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/doc-bdd-audit"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The doc-bdd-audit skill facilitates automated auditing of documentation using Behavior Driven Development (BDD) principles. It can generate test cases from existing documentation, execute those tests against a live system or codebase, and report on compliance with documented expectations. This helps ensure documentation remains accurate and up-to-date with the software it describes.

When to use it

  • Verifying new feature implementations: Ensure code changes align with documented behavior before release.
  • Regression testing after documentation updates: Confirm that existing functionality still meets updated requirements outlined in documentation.
  • Onboarding new team members: Provide a clear and automated way to validate understanding of system behavior based on official documentation.
  • Maintaining long-lived projects: Regularly audit documentation against the current state of the software to prevent drift and inconsistencies.

Key capabilities

  • Test case generation from documentation
  • Execution of generated tests
  • Compliance reporting

Example prompts

  • "Generate BDD test cases for the 'User Authentication' section in the API documentation."
  • "Run the existing BDD audit suite against the latest codebase version."
  • "Show me a report detailing discrepancies between documented behavior and actual system performance."

Tips & gotchas

The quality of the generated tests depends heavily on the clarity and completeness of the source documentation. Ensure your documentation is well-structured and uses precise language for optimal results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vladm3105
Installs
7

🌐 Community

Passed automated security scans.