chelp

Solid

Quick help — shows the workflow pipeline, available commands, and current status.

AI & Automation 61 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /chelp — Correctless Quick Help > **Shared constraints apply.** Before executing, read `_shared/constraints.md` from the parent of this skill's base directory. All constraints there apply to this skill. Show the user the workflow pipeline, available commands, and current status. Keep output under 50 lines. ## Behavior ### 1. Detect Intensity Check if `.correctless/config/workflow-config.json` exists. If not, the project is not set up yet. If it exists, read `workflow.intensity`: if present, use the configured value. If absent, default to `standard` intensity. ### 2. Show Pipeline **If not set up:** "Correctless isn't configured yet. Run `/csetup` to get started." **At standard intensity:** ``` Correctless (standard intensity): /cspec → /creview → [ /ctdd ] → /cverify → /cdocs → merge │ ┌─────┴─────┐ RED → GREEN → QA │ │ test audit │ └─ fix ◄┘ ``` **At high+ intensity:** ``` Correctless (high intensity): /cspec → /creview-spec → [ /ctdd ] → /cverify → /cupdate-arch → /cdocs → /caudit → merge │ ┌─────┴─────┐ RED → GREEN → QA │ │ test audit │ └─ fix ◄┘ ``` **At critical+ intensity:** ``` Correctless (critical intensity): /cspec → /cmodel → /c...

Details

Author
joshft
Repository
joshft/correctless
Created
2 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category