s-skills

Orchestrate documentation and test workflow steps based on project metrics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking project documentation health and test scenario progress is time-consuming and error-prone, requiring teams to constantly check metrics and decide which specialized skills to run next. This skill eliminates that overhead by automatically assessing project state and routing the correct workflow steps.

Core Features & Use Cases

  • Automated State Detection: Reads project metrics including documentation health scores, test cycle counts, and pass rates directly from project files.
  • Conditional Workflow Routing: Automatically decides whether to run docs-organize, test-scenario generation, test reporting, or other steps based on current project status.
  • Explicit State Tracking: Uses pending mode files to track in-progress actions and ensures clean state transitions between workflow steps.
  • Use Case: A software development team can run a single /s-skills command to get a full status update on their project's documentation and testing progress, with automatic recommendations for next steps without manual intervention.

Quick Start

Use the s-skills skill to automatically assess your project's documentation and test status and run the required orchestrated workflow steps.

Frequently Asked Questions about s-skills

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

FAQPage Schema
How do I automate project documentation health tracking and test scenario management?

Automated project documentation health tracking and test scenario management uses conditional skill routing to read metrics and orchestrate next steps. It assesses documentation health scores, test cycle counts, and pass rates directly from project files without manual status checks.

How does conditional workflow routing decide the next step for software development projects?

Conditional workflow routing decides the next step by evaluating real-time project metrics like test cycle progress and documentation health scores. It automatically determines whether to run docs-organize, test-scenario generation, or test reporting based on current project state.

Can I track explicit state transitions for in-progress test workflows automatically?

You can track explicit state transitions for in-progress test workflows using pending mode files. This mechanism ensures clean state transitions between orchestrated workflow steps and accurately maintains in-progress actions.

Do I need specialized skills to run automated test reporting and documentation organization?

Running automated test reporting and documentation organization does not require manual selection of specialized skills. The orchestration automatically routes and executes the required workflow steps based on real-time project metrics.

What is the best way to get a full status update on documentation and testing progress?

The best way to get a full status update on documentation and testing progress is running a single orchestration command. It automatically assesses project state, evaluates test cycle pass rates, and provides automated recommendations for next steps.