marsai:dev-feedback-loop

Collect cycle metrics, compute assertiveness scores, and generate improvement reports.

2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/V4-Company/marsai --skill marsai-dev-feedback-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marsai:dev-feedback-loop
Source: https://github.com/V4-Company/marsai/tree/main/dev-team/skills/dev-feedback-loop
Command: npx skills add https://github.com/V4-Company/marsai --skill marsai-dev-feedback-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Development teams often struggle to organize and act on feedback from complex development cycles. This skill consolidates metrics, surfaces actionable insights, and automates reporting to close the loop between execution and improvement.

Core Features & Use Cases

  • Automatically collect gate-transition metrics and compute assertiveness scores across agents.
  • Analyze prompt quality for all participating agents to identify gaps and improvement opportunities.
  • Generate consolidated improvement reports and store them under docs/feedbacks/cycle-{date}/ for archival, review, and action planning.

Quick Start

Run a full-cycle feedback after a task completes to collect metrics, calculate scores, and write the cycle report.

Frequently Asked Questions about marsai:dev-feedback-loop

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

FAQPage Schema
How do I automate development cycle feedback and root-cause analysis?

Automating development cycle feedback involves calculating assertiveness scores, evaluating agent prompt quality, and aggregating cycle metrics to generate improvement reports. This process captures gate transitions, failures, and successes to provide actionable insights for future software engineering work.

How does cycle metrics collection work for software engineering agents?

Cycle metrics collection works by automatically evaluating prompt quality across all participating agents and computing assertiveness scores. It aggregates data from gate transitions, validation outcomes, and task completions to assess overall development cycle health.

What is the best way to track gate transitions and failures in a development cycle?

The best way to track gate transitions and failures is to apply automated metrics collection after task completion and validation outcomes. This captures successes and failures at the end of a development cycle, enabling comprehensive root-cause analysis and targeted improvements.

How do I generate improvement reports for prompt quality and assertiveness scores?

To generate improvement reports, apply feedback automation after a development cycle ends to calculate assertiveness scores and evaluate prompt quality. The consolidated reports are then saved under docs/feedbacks/cycle-{date}/ for archival and action planning.

When should I run a development cycle quality assessment?

You should run a development cycle quality assessment after task completion, after validation outcomes, and at the end of a development cycle. This timing ensures accurate capture of gate transitions, failures, and successes to drive continuous improvement.