Install
$ agentstack add skill-juliusz-cwiakalski-agentic-delivery-os-review-remote ✓ 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 reviewer agent in remote mode on the current branch's open PR/MR. Analyzes the diff against repository-local checklists, instructions, and built-in heuristics. Generates a review draft locally; optionally publishes findings to the remote platform.
User invocation: /review-remote [options] Examples: /review-remote /review-remote --publish /review-remote --pr 42 /review-remote --gitlab --publish /review-remote --mr 15 --dry-run /review-remote --github --pr 100 --publish
$ARGUMENTS --github | --gitlab: Force platform detection. OPTIONAL. --pr | --mr : Explicit PR/MR number. OPTIONAL (auto-detected from branch). --publish: Publish findings to remote (default: dry-run). OPTIONAL. --dry-run: Explicit dry-run mode (this is also the default). OPTIONAL.
Parse $ARGUMENTS and delegate to the reviewer agent (remote mode) with the parsed options. The agent handles all platform detection, pre-flight checks, review, and optional publishing.
This command is a thin entry point — all logic lives in the reviewer agent. Non-interactive: do not depend on follow-up questions; use $ARGUMENTS, safe defaults, or NEEDS_INPUT. Idempotent: reruns are safe; deduplication prevents duplicate comments.
Review findings summary (count, severity breakdown), artifact paths under tmp/code-review//, and next action suggestion.
$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.