effective-javaReview, refactor, and explain Java code using distilled Effective Java principles for API design, immutability, generics, enums, streams, exceptions, concurr...
Install via ClawdBot CLI:
clawdbot install linbingqiang/effective-javaGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 8, 2026
A software engineering team reviews a legacy Java codebase to identify API design flaws, encapsulation issues, and type safety risks using Effective Java principles. The review prioritizes correctness and API safety over style, helping teams ship more robust code.
A fintech startup refactors core domain objects (e.g., Transaction, Account) to be immutable, using defensive copies and builder patterns. This reduces concurrency bugs and simplifies state management in a microservices architecture.
An e-commerce platform redesigns its product catalog API to replace raw types and int constants with generics, bounded wildcards, and enums. This eliminates heap pollution and improves compile-time safety for third-party developers.
A senior developer conducts a training session for junior developers, using distilled Effective Java heuristics (e.g., PECS, prefer composition over inheritance) with small code examples. The session improves code quality across the team.
A real-time analytics company optimizes a data processing pipeline by replacing ad-hoc synchronization with concurrent collections, executors, and thread-safe design. This improves throughput without sacrificing correctness.
Offer workshops or code review services to teams adopting Effective Java practices, charging per engagement or subscription for ongoing code quality audits.
Integrate the skill into CI/CD pipelines as a linter or automated reviewer plugin, sold via license or SaaS subscription to development teams.
Create an interactive learning platform with curated Effective Java exercises and automated feedback, monetized via course sales or institutional licensing.
💬 Integration Tip
Integrate the skill into code review tools like GitHub Actions or GitLab CI by triggering it on pull requests; configure item priorities to align with team's risk tolerance.
Scored May 8, 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.