review

Automate pre-merge validation by running tests and generating structured review reports.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/hankh95/yurtle-kanban --skill review-hankh95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/hankh95/yurtle-kanban/tree/main/skills/review
Command: npx skills add https://github.com/hankh95/yurtle-kanban --skill review-hankh95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the pre-merge validation process for expeditions, ensuring tests pass and documentation is up to date before merging.

Core Features & Use Cases

  • Load expedition metadata and verify required tests and documentation.
  • Run standard or live-being tests and generate a merge readiness assessment.
  • Produce a structured review report that can be attached to the Kanban board and shared with stakeholders.

Quick Start

Use the review skill to perform a pre-merge review for Expedition EXP-711 and generate a structured report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate pre-merge validation for tests and documentation in a Kanban pipeline?

Automate pre-merge validation by loading expedition metadata to run pytest, verify documentation updates, and assess branch readiness. This generates a structured review report confirming merge readiness across your Kanban-based pipeline.

What is an expedition pre-merge review and when do I need it?

An expedition pre-merge review is an automated validation process ensuring tests pass and documentation is updated before merging. You need it when moving expeditions through standard or live-being tests within a Kanban workflow.

How to check merge readiness for an expedition using pytest?

Check merge readiness by running the review process against an expedition like EXP-711. It identifies required test coverage, executes pytest, verifies documentation changes, and outputs a structured assessment report.

Can I generate a structured review report for Kanban board stakeholders?

Yes, the review process produces a structured report detailing test and documentation validation results. You can attach this generated report directly to your Kanban board and share it with stakeholders.

Does pre-merge review verify both test coverage and documentation updates?

Yes, pre-merge review enforces requirements by identifying required test coverage, running standard or live-being tests via pytest, and verifying that documentation changes are present before producing a merge readiness assessment.

What are the limitations of automating expedition merge readiness checks?

The review process is limited to validating pytest execution, documentation updates, and branch readiness for expeditions. It does not execute the actual merge or handle deployment pipelines outside the specified Kanban workflow.