submit-for-review

Validate completed child tasks, tests, and builds before code review submission.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/productengineered/parsely --skill submit-for-review-productengineered
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-for-review
Source: https://github.com/productengineered/parsely/tree/main/.claude/skills/workflow/submit-for-review
Command: npx skills add https://github.com/productengineered/parsely --skill submit-for-review-productengineered

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces a robust gate before code review by validating that all tasks have been completed, tested, and built successfully, preventing incomplete submissions.

Core Features & Use Cases

  • Pre-submission checks for all child tasks
  • Build and test verification
  • Guidance for reviewers and submitters

Quick Start

Submit a story for review once all tasks show as completed and verified.

Frequently Asked Questions about submit-for-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What happens if acceptance criteria are not addressed during story submission validation?

Acceptance criteria validation blocks the story from entering code review if criteria are not addressed. The pre-submit gate enforces this check alongside build, test, and child task completion verification to prevent incomplete submissions.

How do I validate story completion before submitting for code review?

Pre-submit validation for code review checks that all child tasks are completed, tests pass, builds succeed, and acceptance criteria are addressed. It automates these gate checks to prevent incomplete story submissions from entering the review process.

What checks are required before submitting a story with multiple child tasks for review?

Story submission validation requires all child tasks to show completed status with present completion comments. The validation mechanism enforces build success, passing tests, and addressed acceptance criteria before entering code review.

Can I submit a story for code review if some child tasks are not yet completed?

No, pre-submission validation enforces that all child tasks within a story must be completed and verified. Submission for code review is blocked until every child task meets completion, test, and build criteria.

Does code review submission validation check if tests pass and builds succeed?

Yes, pre-submit validation verifies that both tests pass and builds succeed. It enforces these technical criteria alongside task completion and acceptance criteria checks to ensure robust code review readiness.

What happens if acceptance criteria are not addressed during story submission validation?

Acceptance criteria validation blocks the story from entering code review if criteria are not addressed. The pre-submit gate enforces this check alongside build, test, and child task completion verification to prevent incomplete submissions.