Speak Debug Bundle
Overview
Collect all necessary diagnostic information for Speak support tickets.
Prerequisites
- Speak SDK installed
- Access to application logs
- Permission to collect environment info
Instructions
- Complete Script
- Sensitive Data Handling
- Submit to Support
For full implementation details, load: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Output
speak-debug-YYYYMMDD-HHMMSS.tar.gzarchive containing:summary.txt- Environment and SDK infologs.txt- Recent redacted logssessions.txt- Recent session activityconfig-redacted.txt- Configuration (secrets removed)
Resources
Next Steps
For rate limit issues, see speak-rate-limits.
Error Handling
| Error | Cause | Resolution |
|---|---|---|
| Authentication failure | Invalid or expired credentials | Refresh tokens or re-authenticate with debugging |
| Configuration conflict | Incompatible settings detected | Review and resolve conflicting parameters |
| Resource not found | Referenced resource missing | Verify resource exists and permissions are correct |
Examples
Basic usage: Apply speak debug bundle to a standard project setup with default configuration options.
Advanced scenario: Customize speak debug bundle for production environments with multiple constraints and team-specific requirements.