Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/WellApp-ai/Well --skill webapp-testing명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Connect and verify the Well MCP — authenticate, confirm the tools work, and show what to ask. Use when the user runs /well:connect, just installed the Well plugin, or says the Well connection/MCP "isn't working" / "nothing happened".
Produce an accounts-receivable aging report and surface overdue invoices for a Well workspace. Use when the user asks who owes them money, an AR aging report, overdue invoices, days sales outstanding (DSO), or which customers to chase.
Forecast cash flow and runway for a Well workspace from booked invoices and collected bank transactions. Use when the user asks for a cash-flow forecast, runway, how long until they run out of cash, projected balance, or expected inflows/outflows.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | webapp-testing |
| description | Test web app UI using Browser MCP and Storybook |
Use Browser MCP to test the web application.
npm run storybookbrowser_navigate to http://localhost:6006browser_snapshot or browser_take_screenshotnpm run devbrowser_navigate to http://localhost:3000browser_click, browser_typebrowser_snapshot, browser_console_messages| Tool | Purpose |
|---|---|
browser_navigate | Go to URL |
browser_click | Click element |
browser_type | Type text |
browser_hover | Hover over element |
browser_snapshot | Get page state |
browser_take_screenshot | Capture image |
browser_console_messages | Check for errors |
browser_network_requests | Debug API calls |
browser_resize | Test responsive layouts |
browser_press_key | Keyboard interactions |
browser_navigate → http://localhost:6006
browser_snapshot → verify component renders
browser_click → interact with controls
browser_console_messages → check for errors
browser_navigate → http://localhost:3000
browser_type → fill forms
browser_click → submit/navigate
browser_network_requests → verify API calls
browser_snapshot → verify state changes
browser_resize)browser_press_key)| Issue | Debug With |
|---|---|
| Blank page | browser_console_messages |
| API failures | browser_network_requests |
| Layout broken | browser_take_screenshot |
| Click not working | browser_snapshot to find selector |