jeremylongshore / guidewire-debug-bundle
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/guidewire-debug-bundle && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/4102" && unzip -o skill.zip -d .claude/skills/guidewire-debug-bundle && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/guidewire-debug-bundle/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Debug Guidewire InsuranceSuite issues including Gosu code, Cloud API integrations, and system performance problems. Use when troubleshooting errors, analyzing logs, or diagnosing integration failures. Trigger with phrases like "debug guidewire", "troubleshoot policycenter", "gosu debugging", "guidewire logs", "trace api call".
Skill Content
--- name: guidewire-debug-bundle description: | Collect Guidewire diagnostic info including Cloud API responses, Gosu stack traces, and server logs. Trigger: "guidewire debug bundle", "debug-bundle". allowed-tools: Read, Write, Edit, Bash(curl:*), Bash(gradle:*), Grep version: 1.0.0 license: MIT author: Jeremy Longshore <jeremy@intentsolutions.io> tags: [saas, insurance, guidewire] compatible-with: claude-code --- # Guidewire Debug Bundle ## Overview Collect: OAuth token status, API endpoint responses, Gosu server logs from GCC > Logging, batch process status, integration gateway logs. Use GCC > Monitoring for real-time metrics. For detailed implementation, see: [implementation guide](references/implementation-guide.md) ## Resources - [Guidewire Developer Portal](https://developer.guidewire.com/) - [Cloud API Reference](https://docs.guidewire.com/cloud/pc/202503/apiref/) - [Guidewire Cloud Console](https://gcc.guidewire.com) - [Gosu Language Guide](https://gosu-lang.github.io/)