bookforge-architecture-fitness-function-designerDesign automated governance mechanisms (fitness functions) that objectively measure and enforce architecture characteristics over time. Use this skill whenev...
Install via ClawdBot CLI:
clawdbot install quochungto/bookforge-architecture-fitness-function-designerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/bookforge-ai/bookforge-skills/tree/main/books/fundamentals-ofAudited Apr 17, 2026 · audit v1.0
Generated May 12, 2026
A development team migrating from a monolith to microservices wants to prevent layer violations (e.g., UI calling repositories directly). Using ArchUnit, we design fitness functions to enforce strict layer rules, integrated into the CI/CD pipeline to reject code that breaches dependencies.
A SaaS company experiences maintainability issues due to high-complexity functions. We implement automated complexity checks using pytest and radon, setting a threshold of 10. The pipeline fails builds exceeding this limit, ensuring code remains testable and readable.
A large insurance firm with a multi-year-old C# application wants to ensure new modules adhere to the defined onion architecture. NetArchTest rules are created to enforce dependency direction and module isolation, triggered automatically on every pull request.
An e-commerce company wants to validate resilience characteristics like fault tolerance and graceful degradation. We inject controlled failures (e.g., service timeouts) using chaos engineering tools integrated with the CI pipeline, verifying system behavior automatically.
Provide a library of pre-built fitness function templates for various technology stacks and architecture styles. Customers pay a monthly fee for access and updates.
Offer expert consulting to help organizations identify critical architecture characteristics and implement automated governance. Billed per engagement or hourly.
Develop a training course on fitness functions and architecture governance, culminating in a certification. Generate revenue through enrollment fees.
💬 Integration Tip
Start small: pick one critical architecture characteristic and implement a simple fitness function. Gradually expand coverage as the team gains confidence.
Scored May 12, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.