review-loop
Improve Work Through Structured Review Loops
First drafts often miss requirements, edge cases, or clarity problems. This skill coordinates scored reviews and targeted revisions until a quality gate is met.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "review-loop" from https://skillstore.io/skills/2dmurali-review-loop.md and its manifest at https://skillstore.io/api/skills/2dmurali-review-loop/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "review-loop". Review an API endpoint with a quality gate of eight.
Expected outcome:
- Loop 1 of 4: Score 6/10. Missing input validation and timeout handling.
- Loop 2 of 4: Score 8/10. Required fixes are complete; one naming issue remains.
- Result: Quality gate met after two loops.
Using "review-loop". Polish a deployment specification using three review loops.
Expected outcome:
The final specification scored 9/10 after three loops. Revisions clarified rollback steps, ownership, monitoring thresholds, and failure recovery.
Security Audit
SafeAll 22 static findings are false positives caused by Markdown backticks, fenced examples, or ordinary review guidance. The skill contains no executable scripts, command invocations, reconnaissance instructions, or prompt injection attempts.
Risk Factors
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/2dmurali-review-loop/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/2dmurali-review-loop?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/2dmurali-review-loop?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/2dmurali-review-loop/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/2dmurali-review-loop.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
2dmurali. (2026). review-loop security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/2dmurali-review-loop/audits/1BibTeX citation
@techreport{2dmurali-2dmurali-review-loop-2026,
author = {2dmurali},
title = {review-loop security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/2dmurali-review-loop/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "review-loop security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "2dmurali"
date-released: "2026-08-06"
url: "https://skillstore.io/skills/2dmurali-review-loop/audits/1"
identifiers:
- type: other
value: "skillstore:2dmurali-review-loop:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Harden a Feature Before Merge
Review an implementation for correctness, edge cases, security issues, and maintainability before final delivery.
Refine a Technical Specification
Identify unclear requirements, missing tradeoffs, and implementation gaps through repeated structured critique.
Polish Professional Documentation
Improve structure, clarity, completeness, and audience fit while preserving the document's intended meaning.
Try These Prompts
Run review-loop on this work. Use the default quality gate and show the score and key changes after each loop.
Implement the requested feature with review-loop. Require at least two loops, use a quality gate of eight, and summarize the final result.
Review this design document for completeness, feasibility, alternatives, risks, and measurable outcomes. Run up to four loops with a quality gate of nine.
Use an advanced reviewer for this multi-file change. Check correctness, compatibility, security, failure modes, tests, and maintainability. Continue until gate nine or five loops.
Best Practices
- Define measurable acceptance criteria before starting the first review.
- Give the reviewer only the relevant work product and task-specific criteria.
- Track prior feedback so later revisions do not reintroduce resolved issues.
Avoid
- Do not use repeated review loops for trivial edits with clear automated checks.
- Do not accept a high score when the reviewer provides vague or unsupported feedback.
- Do not continue beyond the maximum loop count without user approval.