Home /Claude Skills /hands-please
Highly Recommended

Hands Please

Turn code problems into AI todos instantly
Teach your code to fix itself
Core Principle:
hands-please is your invisible coding assistant. Just add '// @ai' comments and it automatically calls Claude Code to fix issues, add tests or optimize code. No more manual copy-pasting - it works silently until all checks pass.
KEY FEATURES
01Comment Trigger
Activate AI assistant with simple comments without leaving your editor
02Auto Fix
AI keeps modifying code until all checks pass
03Precise Feedback
Checks modified files first then full build for quality assurance
04Seamless Integration
Works with mainstream build/lint tools, easy to configure
github.com/joseferben/hands-please
data-ai·joseferben·2025-11-21·32·🔱 1
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/joseferben/hands-please.git
SSH
git clone [email protected]:joseferben/hands-please.git
GitHub CLI
gh repo clone joseferben/hands-please
FAQ
Q: What are the installation steps for Hands Please Agent Skills?
1.Add Comment: Add requirement description starting with '// @ai'
2.Auto Detect: Tool monitors file changes and finds new comments
3.AI Process: Invokes Claude Code to modify code based on comments
4.Loop Verify: Automatically runs checks until all tests pass
Q: What are the highlights of Hands Please Agent Skills?
  • Zero-interaction AI coding
  • Precise file-level checking
  • Auto-verified modifications
  • Seamless development flow
Q: What are the use cases for Hands Please Agent Skills?
  • Quickly add test cases
  • Automatically fix lint errors
  • Implement code optimization suggestions
  • Break down complex refactoring tasks
Q: What are the limitations of Hands Please Agent Skills?
  • Requires check command configuration
  • Currently comment-triggered only