attest

Analyze trial pass rates and report reliability from reliability-log.jsonl files.

2|1|Updated May 2, 2026
One-click install
npx skills add https://github.com/iroha924/mumei --skill attest-iroha924
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: attest
Source: https://github.com/iroha924/mumei/tree/main/skills/attest
Command: npx skills add https://github.com/iroha924/mumei --skill attest-iroha924

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the stability of mumei features by providing detailed reliability reports, allowing users to determine if a feature is ready for deployment.

Core Features & Use Cases

  • Reliability Assessment: Analyzes the pass rate of recent trials for a specified mumei feature.
  • Trial Details: Displays a table of the last 10 trial rows for further analysis.
  • Use Case: Before deploying a new feature, run /mumei:attest <feature> to review its reliability and stability.

Quick Start

Assess the reliability of the 'feature-x' with /mumei:attest feature-x.

Frequently Asked Questions about attest

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

FAQPage Schema
How do I assess the stability of a mumei feature before deployment?

To assess mumei feature stability, run the attest command to analyze the pass rate of recent trials and generate a detailed reliability report for deployment readiness.

What is a reliability-log.jsonl file used for in trial analysis?

A reliability-log.jsonl file stores the historical trial data within a mumei feature's directory, which is parsed to calculate pass rates and evaluate feature stability.

How many recent trials are displayed when checking software stability?

When checking software stability, the reliability report displays a table detailing the last 10 trial rows to provide a focused view of recent feature performance.

Do I need any external dependencies to run a feature assessment?

You do not need external dependencies to run a feature assessment, but you must ensure access to the reliability-log.jsonl files located within the specific feature's directory.

How does feature assessment handle missing reliability logs?

Feature assessment requires access to reliability-log.jsonl files within the feature's directory; without these logs, the tool cannot analyze trial pass rates or generate stability reports.