[PR #4] [MERGED] feat: screenshot, analyze screenshot enhancement, font prediction #4

Closed
opened 2026-03-03 15:56:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mrgoonie/human-mcp/pull/4
Author: @mrgoonie
Created: 10/8/2025
Status: Merged
Merged: 10/8/2025
Merged by: @mrgoonie

Base: mainHead: dev


📝 Commits (3)

  • 4cf58a9 feat: add design description command for analyzing screenshots and generating implementation plans
  • e65b0b9 refactor: enhance design command analysis and font prediction
  • e6298b9 feat(hands): add Playwright screenshot capture tools

📊 Changes

15 files changed (+1927 additions, -29 deletions)

View changed files

.claude/commands/design/describe.md (+13 -0)
📝 .claude/commands/design/fast.md (+2 -1)
📝 .claude/commands/design/good.md (+2 -0)
📝 .claude/commands/design/screenshot.md (+2 -1)
📝 .claude/commands/design/video.md (+2 -1)
📝 CLAUDE.md (+2 -1)
📝 README.md (+106 -23)
📝 bun.lock (+10 -0)
docs/playwright-screenshot-usage.md (+534 -0)
📝 package.json (+2 -0)
📝 src/tools/hands/index.ts (+294 -1)
src/tools/hands/processors/playwright-screenshot.ts (+466 -0)
📝 src/tools/hands/schemas.ts (+51 -1)
src/tools/hands/utils/playwright-helpers.ts (+201 -0)
tests/unit/playwright-screenshot.test.ts (+240 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mrgoonie/human-mcp/pull/4 **Author:** [@mrgoonie](https://github.com/mrgoonie) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@mrgoonie](https://github.com/mrgoonie) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`4cf58a9`](https://github.com/mrgoonie/human-mcp/commit/4cf58a9942853f2377afaafd3d7734e0d863e168) feat: add design description command for analyzing screenshots and generating implementation plans - [`e65b0b9`](https://github.com/mrgoonie/human-mcp/commit/e65b0b9c508cf8e365b631011958fd7c7c937fe3) refactor: enhance design command analysis and font prediction - [`e6298b9`](https://github.com/mrgoonie/human-mcp/commit/e6298b9192c2f7357e8a5fa52cbccc214012877f) feat(hands): add Playwright screenshot capture tools ### 📊 Changes **15 files changed** (+1927 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `.claude/commands/design/describe.md` (+13 -0) 📝 `.claude/commands/design/fast.md` (+2 -1) 📝 `.claude/commands/design/good.md` (+2 -0) 📝 `.claude/commands/design/screenshot.md` (+2 -1) 📝 `.claude/commands/design/video.md` (+2 -1) 📝 `CLAUDE.md` (+2 -1) 📝 `README.md` (+106 -23) 📝 `bun.lock` (+10 -0) ➕ `docs/playwright-screenshot-usage.md` (+534 -0) 📝 `package.json` (+2 -0) 📝 `src/tools/hands/index.ts` (+294 -1) ➕ `src/tools/hands/processors/playwright-screenshot.ts` (+466 -0) 📝 `src/tools/hands/schemas.ts` (+51 -1) ➕ `src/tools/hands/utils/playwright-helpers.ts` (+201 -0) ➕ `tests/unit/playwright-screenshot.test.ts` (+240 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:56:46 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/human-mcp#4
No description provided.