[Phase 1.2] Create mcp-integration skill - Playwright + GitMCP integration #43

Closed
opened 2026-04-06 23:01:48 +00:00 by NW · 0 comments
Owner

User Story

As a development team, I need Playwright MCP and GitMCP integrated into our agent system so that agents can perform E2E testing and get repository context automatically.

Acceptance Criteria

  • Create .kilo/skills/mcp-integration/SKILL.md
  • Document Playwright MCP integration for E2E tests
  • Document GitMCP integration for repository context
  • Update browser-automation agent to use Playwright MCP
  • Update history-miner agent to use GitMCP
  • Add /mcp-test command for validation

MCP Servers

Playwright MCP (Apache 2.0)

  • Browser automation for E2E tests
  • Form filling, navigation, screenshots
  • Used by: browser-automation agent

GitMCP (Open Source)

  • Repository context extraction
  • Code understanding from any repo
  • Used by: all agents for context

Files to Modify

  • .kilo/skills/mcp-integration/SKILL.md (create)
  • .kilo/agents/browser-automation.md (update)
  • .kilo/agents/history-miner.md (update)
  • .kilo/commands/mcp-test.md (create)

Milestone

Phase 1: MCP Integration - Core Dev Tools #54

## User Story As a development team, I need Playwright MCP and GitMCP integrated into our agent system so that agents can perform E2E testing and get repository context automatically. ## Acceptance Criteria - [ ] Create .kilo/skills/mcp-integration/SKILL.md - [ ] Document Playwright MCP integration for E2E tests - [ ] Document GitMCP integration for repository context - [ ] Update browser-automation agent to use Playwright MCP - [ ] Update history-miner agent to use GitMCP - [ ] Add /mcp-test command for validation ## MCP Servers ### Playwright MCP (Apache 2.0) - Browser automation for E2E tests - Form filling, navigation, screenshots - Used by: browser-automation agent ### GitMCP (Open Source) - Repository context extraction - Code understanding from any repo - Used by: all agents for context ## Files to Modify - .kilo/skills/mcp-integration/SKILL.md (create) - .kilo/agents/browser-automation.md (update) - .kilo/agents/history-miner.md (update) - .kilo/commands/mcp-test.md (create) ## Milestone Phase 1: MCP Integration - Core Dev Tools #54
NW closed this issue 2026-04-24 06:24:10 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: UniqueSoft/APAW#43