doc-ut-rpt

Generates and revises UT-RPT unit test reports documenting execution results, defects, and re-execution decisions.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-ut-rpt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-ut-rpt
Source: https://github.com/tsuji-tomonori/diopside-v3/tree/main/.opencode/skills/doc-ut-rpt
Command: npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-ut-rpt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of documenting unit test results, ensuring adherence to the diopside documentation standards for clarity and consistency.

Core Features & Use Cases

  • Standardized Reporting: Creates and updates unit test reports (UT-RPT-*) following Obsidian operational guidelines.
  • Result Documentation: Records execution outcomes (success/failure/skipped), failure causes, and re-execution decisions.
  • Use Case: After running unit tests for a new API module, use this Skill to generate a UT-RPT-API-001.md document detailing the test results, any bugs found, and the plan for re-testing.

Quick Start

Use the doc-ut-rpt skill to create a new unit test report for the 'UserAuth' module.

Frequently Asked Questions about doc-ut-rpt

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

FAQPage Schema
How do I document unit test results in Obsidian?

To document unit test results in Obsidian, you generate a UT-RPT markdown file with specific frontmatter keys, detailing execution outcomes, failure causes, and re-execution decisions to ensure diopside convention compliance.

What is the best way to generate a unit test report for a new API module?

Generating a unit test report for an API module involves creating a UT-RPT document that records test execution results, identifies any bugs found, and outlines the plan for re-testing to maintain clear documentation.

How do I record failure causes and re-execution decisions for skipped or failed unit tests?

You record failure causes and re-execution decisions by updating the unit test report file, capturing the specific execution outcomes as success, failure, or skipped, and documenting the subsequent re-testing decisions.

Do I need specific frontmatter keys to integrate unit test reports into the diopside documentation ecosystem?

Yes, integrating unit test reports into the diopside documentation ecosystem requires strict adherence to specific frontmatter keys and content guidelines to ensure operational clarity and consistency across Obsidian notes.

Can I revise an existing unit test report to reflect new re-execution outcomes?

Yes, you can revise an existing unit test report by updating the document with new execution results and modifying the re-execution decisions to reflect the latest testing status according to diopside standards.

Why should I use a standardized format for unit test reporting?

Using a standardized format for unit test reporting solves the problem of inconsistent documentation, ensuring that execution outcomes, defects, and re-testing plans are clear and uniform across the entire Obsidian workspace.