glance

Render a one-line reliability summary for a specified mumei feature from a YAML file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill quickly verifies the reliability of the current mumei feature, allowing users to assess stability with minimal effort.

Core Features & Use Cases

  • Reliability Summary: Provides a concise, one-line summary of the current mumei feature's reliability.
  • Feature-Specific Check: Allows checking the reliability of a specific feature when needed.
  • No Context Switching: Designed to be invoked via CLI commands, ensuring that users can stay in their current workflow.

Quick Start

Run the glance command with no arguments to see the reliability of the active mumei feature or specify a feature with its name.

Frequently Asked Questions about glance

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

FAQPage Schema
How do I check the reliability of a mumei feature from the command line?

You can check mumei feature reliability by running the glance CLI tool, which renders a concise one-line summary of the active feature's stability without interrupting your terminal workflow.

What is a Bash script CLI tool for feature reliability assessment?

Feature reliability assessment via a Bash script CLI tool executes deterministic trials within a defined window, reading YAML inputs to generate a quick stability summary for the specified feature.

Does the reliability check require a specific file format for feature descriptions?

Yes, the reliability check requires a YAML file containing the feature's name and description, which the Bash script reads to perform deterministic reliability trials and output the summary.

Can I check the reliability of a specific mumei feature instead of the active one?

Yes, you can check a specific mumei feature by providing its name as an argument to the glance command, overriding the default behavior of assessing the currently active feature.

Are there limitations to using Bash scripts for deterministic reliability checks?

Bash script reliability checks are deterministic and do not use model invocations, meaning they rely strictly on predefined trials and YAML inputs rather than dynamic or probabilistic model assessments.