Install
$ agentstack add skill-juliusz-cwiakalski-agentic-delivery-os-apply-review-feedback ✓ 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.
About
Run the review-feedback-applier agent on the current branch's open PR/MR. Fetches review comments, classifies feedback as accepted/rejected/ambiguous, and applies accepted changes to local files. No auto-commit or auto-push.
User invocation: /apply-review-feedback [options] Examples: /apply-review-feedback /apply-review-feedback --pr 42 /apply-review-feedback --gitlab /apply-review-feedback --mr 15 /apply-review-feedback --github --pr 100
$ARGUMENTS --github | --gitlab: Force platform detection. OPTIONAL. --pr | --mr : Explicit PR/MR number. OPTIONAL (auto-detected from branch).
Parse $ARGUMENTS and delegate to the review-feedback-applier agent with the parsed options. The agent handles all platform detection, pre-flight checks, classification, and application.
This command is a thin entry point — all logic lives in the review-feedback-applier agent. Non-interactive: do not depend on follow-up questions; use $ARGUMENTS, safe defaults, or NEEDS_INPUT. Idempotent: reruns are safe; already-applied changes are detected via code context comparison.
Classification summary (accepted/rejected/ambiguous counts), list of modified files, artifact paths under tmp/review-feedback//, and reminder to review and commit manually.
$ARGUMENTS
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: juliusz-cwiakalski
- Source: juliusz-cwiakalski/agentic-delivery-os
- 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.