Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

superharness

يحتوي superharness على 20 من skills المجمعة من Mrlyk، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
3
محدث
2026-06-17
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

using-superharness-lite
الكتّاب التقنيون

Session start guide: explains how to use superharness skills and conventions. Injected by SessionStart hook.

2026-06-17
brainstorm
متخصصو إدارة المشاريع

Superharness brainstorming skill. You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-06-17
finishing-a-development-branch
مطوّرو البرمجيات

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-06-17
go
مطوّرو البرمجيات

Main entry point: end-to-end workflow for building features. Use /superharness:go 'requirement' to start. Orchestrates brainstorm → plan → TDD implementation → review → QA.

2026-06-17
mindmap
مطوّرو البرمجيات

Infrastructure skill: start a local visualization server that renders Mermaid diagrams in the browser. Write .mmd files with pure Mermaid code, the browser updates in real-time via WebSocket (no page reload). Used by brainstorm, writing-plans, and other skills.

2026-06-17
sh-clarify
متخصصو إدارة المشاريع

Surface unresolved decisions in a development request and ask the user before implementing. Use when starting a non-trivial dev task whose requirements leave open questions that would change the implementation (scope, data shape, UX behavior, compatibility), or when the user asks to confirm first ("先确认一下", "有不清楚的先问").

2026-06-17
sh-discover
مطوّرو البرمجيات

Discover an existing project's conventions from real evidence and write them as the project spec: AGENTS.md + CLAUDE.md as the thin always-loaded entry, with detail under .superharness/spec/. Use when a project lacks AGENTS.md/CLAUDE.md, when asked to generate conventions ("生成规范", "discover conventions"), or when the spec is stale.

2026-06-17
sh-fix
مطوّرو البرمجيات

Fix QA issues: reads qa-issues.json written by superharness qa, fixes each issue using TDD, then re-runs QA to verify.

2026-06-17
sh-learn
مطوّرو البرمجيات

Persist durable learnings from the current session (user corrections, pitfalls and fixes, project decisions not visible in code) into the project knowledge wiki at .superharness/learnings/. Use when the user asks to summarize or persist learnings ("总结一下经验", "沉淀一下", "记住这个"), or when triggered automatically at session end.

2026-06-17
sh-qa
مطوّرو البرمجيات

Wrapper skill that invokes the superharness qa CLI command from within the AI tool session.

2026-06-17
sh-test
مطوّرو البرمجيات

After ALL development on a task is complete, run one terminal review-and-test pass: Spec Review, then Code Review, then the test suite. Use when wrapping up a coding task ("终检", "补测试", "final review", finishing development) — not during development, and not per change.

2026-06-17
spec-discover
مطوّرو البرمجيات

Scan the project codebase to discover conventions, tech stack, and patterns, then update .superharness/spec/. Primarily invoked by brainstorm as Step 1. Can also be run manually when the user asks to scan or re-scan the codebase for conventions.

2026-06-17
spec-update
مطوّرو البرمجيات

Save a user-stated convention or rule to .superharness/spec/. Triggers when the user explicitly says 'save this as a convention', 'from now on use X', 'add to project rules', '记住这个约定', '保存为项目规范', or any instruction to persist a project-level guideline.

2026-06-17
subagent-driven-development
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks in the current session

2026-06-17
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-06-17
test-driven-development
مطوّرو البرمجيات

Use when implementing any feature or bugfix, before writing implementation code

2026-06-17
using-git-worktrees
مطوّرو البرمجيات

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-06-17
using-superharness
متخصصو إدارة المشاريع

Session start guide: explains how to use superharness skills and conventions. Injected by SessionStart hook.

2026-06-17
verification-before-completion
مطوّرو البرمجيات

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-06-17
writing-plans
متخصصو إدارة المشاريع

Use when you have a spec or requirements for a multi-step task, before touching code. Creates implementation plans with bite-sized TDD tasks for superharness workflows.

2026-06-17