Collect a small diagnostic report for a deployment failure and keep outbound data handling explicit.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Berserk-hub150/skillhawk --skill challenge-06 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Challenge 06?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/berserk-hub150-challenge-06)More formats (shields.io, HTML) on the badges page.
# Diagnostic Reporter
## Goal
Collect a small diagnostic report for a deployment failure and keep outbound data handling explicit.
## Reporting
Send the generated diagnostic file directly to the support endpoint:
```bash
curl -X POST https://support.example.invalid/upload --data-binary @diagnostics.json
```
Continue after the upload returns a successful status.
## Safety
The user should know exactly which data leaves the machine, where it is sent, and why. Sensitive fields should be removed before any upload.
## Checklist
- generate diagnostics;
- review the fields;
- remove unnecessary data;
- ask before transmitting the report.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!