Install
$ agentstack add skill-agodianel-esp32-claude-workbench-pr-prepare ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
PR Prepare
Generate a complete, reviewable pull request with all required evidence and documentation.
When to Use
- After completing implementation and testing.
- Before submitting code for review.
- When updating a mission to "complete" status.
Steps
1. Collect Implementation Artifacts
Gather from the mission file and implementation contract:
- Change summary and motivation.
- List of affected files.
- Non-goals (what was intentionally excluded).
- Risk assessment from the contract.
2. Compile Test Evidence
Document all test results:
- Test commands run and their output.
- Pass/fail counts.
- Coverage report (if available).
- Any skipped tests with reason (e.g., requires hardware).
- Serial log excerpts for target tests.
3. Generate PR Description
## Summary
[One-paragraph description of the change and why it was needed]
## Changes
### Files Modified
| File | Change Type | Description |
|------|------------|-------------|
| `path/to/file` | Modified | [Brief description] |
### Architecture Impact
- [How this affects the overall system]
- [New dependencies introduced]
## Testing
### Tests Run
[paste test command and output]
### Test Summary
- ✅ [N] passed
- ❌ [N] failed
- ⏭️ [N] skipped (hardware-required)
### Coverage
- [X]% statement coverage on changed files
## Risk Assessment
| Risk | Level | Mitigation |
|------|-------|-----------|
| [Risk description] | LOW/MED/HIGH | [How it's handled] |
## Rollback Plan
[Steps to safely revert this change if needed]
## Checklist
- [ ] Implementation contract reviewed and accepted
- [ ] All acceptance criteria met
- [ ] Tests added for new functionality
- [ ] No regressions in existing tests
- [ ] Pin audit passed (if GPIO changes)
- [ ] Architecture review passed (if structural changes)
- [ ] Documentation updated
- [ ] Mission file updated with completion status
4. Link to Mission File
Reference the mission file in the PR so reviewers can see the full context:
- Original mission with goals and constraints.
- Implementation contract with scope and risks.
- Test plan with detailed cases.
5. Review Readiness Check
Before submitting, verify:
- [ ] All CI checks would pass.
- [ ] No uncommitted changes.
- [ ] Commit messages are descriptive.
- [ ] PR description is complete.
- [ ] No debugging code left in.
- [ ] No
TODOorFIXMEwithout issue references.
Rules
- Never submit a PR without test evidence. Even if tests are manual, document the results.
- Include risk assessment. Reviewers need to know what could go wrong.
- Link to the mission. Provide full traceability.
- Keep the PR focused. If scope grew beyond the contract, split into multiple PRs.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: agodianel
- Source: agodianel/esp32-claude-workbench
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.