Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

correctless

correctless 收录了来自 joshft 的 33 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
33
Stars
64
更新
2026-07-11
Forks
2
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cpostmortem
软件开发工程师

Post-merge bug analysis. Use when a bug escapes to production. Traces which phase missed it and strengthens the workflow.

2026-07-11
cchores
软件开发工程师

Fully-autonomous issue-resolution pipeline. Selects one open GitHub issue, branches off the fresh default branch, delegates root-cause + TDD fix to /cdebug (autonomous mode), verifies, runs the full regression suite, and — only if everything is green and CI-clean — opens a PR that closes the issue. Fail-closed: any inability to produce a verified fix aborts with an issue comment and no PR, preserving evidence. The issue→PR sibling of /cauto.

2026-07-07
cdocs
软件开发工程师

Update project documentation after a feature lands. Updates README, .correctless/AGENT_CONTEXT.md, .correctless/ARCHITECTURE.md, and feature docs. Run before merging.

2026-07-06
ctdd
软件开发工程师

Enforced TDD workflow. Write failing tests from spec rules, then implement. Use after /creview approves a spec.

2026-07-06
cmodelupgrade
软件开发工程师

Compare current model+HARNESS_VERSION pipeline metrics against stored baselines and produce a per-feature regression report. Use after Anthropic ships a model upgrade or when /cspec/cstatus surfaces a harness version_bumped advisory. Read-only on the fingerprint store; writes only the baseline file.

2026-07-05
cstatus
其他计算机职业

Show current Correctless workflow state, available commands, and suggested next steps. Run anytime to see where you are.

2026-07-05
cverify
软件质量保证分析师与测试员

Verify implementation matches spec. Check rule coverage, undocumented dependencies, architecture compliance. Writes verification report and drift debt. Run after /ctdd completes.

2026-07-05
cwtf
软件质量保证分析师与测试员

Audit the workflow itself. Use when you suspect agents shortcut or after a bug escapes despite the workflow running. Checks phase execution, rule coverage, and agent thoroughness.

2026-07-02
cauto
软件开发工程师

Semi-auto mode. Orchestrates the full implementation pipeline after human-approved spec review. Runs ctdd, simplify, cverify, cupdate-arch, cdocs, then creates a PR. After /cauto completes, verify the workflow reached the expected end state — if it didn't, re-invoke /cauto to resume.

2026-06-27
csetup
软件开发工程师

Initialize Correctless and run a project health check. Detects stack, configures workflow, bootstraps docs, checks security/quality/CI/testing hygiene, and offers to fix gaps. Adapts to project maturity — greenfield, early-stage, or mature.

2026-06-27
cdebug
软件开发工程师

Structured bug investigation workflow. Root cause analysis, hypothesis testing, TDD fix with agent separation, escalation after 3 failed attempts. Use when stuck on a bug.

2026-06-18
chelp
其他计算机职业

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

2026-06-18
creview-spec
软件开发工程师

Multi-agent adversarial review of a spec. Spawns red team, assumptions auditor, testability auditor, design contract checker, and UX auditor. Use after /cspec or /cmodel.

2026-06-17
caudit
软件开发工程师

Cross-codebase quality audit. Use after a major feature lands or periodically for systemic bug detection. Presets: QA, Hacker, Performance, UX.

2026-06-16
cprune
软件开发工程师

Documentation and artifact pruning skill. Detects stale entries and orphaned artifacts, archives documentation (never deletes), cleans ephemeral artifacts. Two modes — autonomous for /cauto pipeline, interactive for direct invocation.

2026-06-14
cspec
软件开发工程师

Create a structured specification with testable invariants for a new feature. Researches current best practices before writing invariants. Adapts format to workflow intensity.

2026-06-13
cdashboard
网页开发工程师

Generate a self-contained HTML dashboard with metrics and artifact browser. Opens via file:// protocol.

2026-06-04
cexplain
软件开发工程师

Guided codebase exploration with mermaid diagrams and prose walkthroughs.

2026-06-04
cmaintain
软件开发工程师

Maintainer review for incoming PRs. Use when you need to decide whether to merge a contribution. Checks scope, conventions, and maintenance burden.

2026-06-04
cmetrics
软件开发工程师

Project health and ROI dashboard. Use monthly or when evaluating workflow effectiveness. Shows bugs caught, token cost, and trends.

2026-06-04
cmodel
软件开发工程师

Generate an Alloy formal model of security-relevant behavior and run the Alloy Analyzer. Use after /cspec for features with state machines, protocol handling, or trust boundaries.

2026-06-04
cpr-review
软件质量保证分析师与测试员

Review an incoming PR. Use when someone opens a PR against your project. Checks architecture, security, tests, and antipatterns.

2026-06-04
csummary
软件开发工程师

Feature summary. Use after /cdocs to see what the workflow caught, or mid-feature to check progress.

2026-06-04
ctriage
软件开发工程师

Bulk triage deferred findings backlog. Presents findings one at a time with disposition options.

2026-06-04
cdevadv
软件开发工程师

10th Man / Devil's Advocate. Challenges the assumptions, architecture, and strategies that every other agent accepts as true. Periodic deep analysis — not every feature.

2026-05-30
credteam
信息安全分析师

Live adversarial red team assessment against a running system. Goal-directed penetration testing with source code access. Requires isolated environment.

2026-05-30
crefactor
软件开发工程师

Structured refactoring with behavioral equivalence enforcement. Tests must pass before AND after. Any test change requires explicit approval. Writes characterization tests for low-coverage code.

2026-05-30
creview
软件质量保证分析师与测试员

Skeptically review a spec for unstated assumptions, untestable rules, missing edge cases, security gaps, and UX failures. Run after /cspec.

2026-05-30
carchitect
软件开发工程师

Structured architecture definition. Two modes — reverse-engineer from existing code or greenfield directed discovery. Produces .correctless/ARCHITECTURE.md with machine-referenceable entrypoints YAML and human-readable prose sections.

2026-05-08
ccontribute
软件开发工程师

Open source contribution workflow. Learns the target project's conventions, patterns, and CI requirements before writing code. Generates a PR that matches what maintainers expect.

2026-05-08
cquick
软件开发工程师

Quick fix with TDD — no spec/review for small changes. Branch, test, implement, commit.

2026-05-08
crelease
软件开发工程师

Automate version bumping, changelog generation, and release tagging from specs.

2026-05-08
cupdate-arch
软件开发工程师

Update .correctless/ARCHITECTURE.md after features land. Use after /cdocs or when the codebase structure has changed.

2026-05-08