AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pr Prepare

skill-agodianel-esp32-claude-workbench-pr-prepare · by agodianel

Prepare a pull request with structured description, test evidence, risk assessment, and review checklist.

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-agodianel-esp32-claude-workbench-pr-prepare

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-agodianel-esp32-claude-workbench-pr-prepare)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Pr Prepare? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 TODO or FIXME without issue references.

Rules

  1. Never submit a PR without test evidence. Even if tests are manual, document the results.
  2. Include risk assessment. Reviewers need to know what could go wrong.
  3. Link to the mission. Provide full traceability.
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.