astordu

34 mods across 1 repository, 21 stars between them.

code-reviewer

01

astordu/qoderharness

Agent

A read-only code-review agent that examines changes on the current Git branch and returns a structured JSON report.

21 6d ago A 47 tokens original MIT

context-analyzer

02

astordu/qoderharness

Agent

A read-only helper that summarizes the context of a completed coding task. It identifies the goal, constraints, symptoms, and root cause or key decision, in Chinese.

21 6d ago A 51 tokens original MIT

related-docs-finder

03

astordu/qoderharness

Agent

A read-only agent that checks whether docs/solutions/ already contains a note overlapping with the current engineering task. It reports whether to create a new note or update an existing one.

21 6d ago A 59 tokens original MIT

solution-extractor

04

astordu/qoderharness

Agent

A read-only helper that extracts reusable solutions from completed coding tasks. It returns the final approach, why it worked, how to verify it, and how to reuse it, in Chinese.

21 6d ago A 49 tokens original MIT

agents-md-refactor

05

astordu/qoderharness

Skill Claude CodeCodex

A documentation-refactoring guide for AGENTS.md, a file that gives coding agents instructions for working in a repository. It reorganizes the guide into a short root file and linked detail documents, in Chinese.

21 6d ago A 86 tokens original MIT

agents-md-slim

06

astordu/qoderharness

Skill Claude CodeCodex

A guide for shortening AGENTS.md, the repository instruction file read by coding agents. It focuses on keeping essential project rules while removing details agents can discover from the code.

21 6d ago A 66 tokens original MIT

ascii-pattern

07

astordu/qoderharness

Skill Claude CodeCodex

┌─────────────────┐ │ 组件 A │ │ (描述) │ └────────┬────────┘ │ ▼ ┌─────────────────┐ │ 组件 B │ └─────────────────┘.

21 6d ago A 0 tokens original MIT

ce-compound-lite

08

astordu/qoderharness

Skill Claude CodeCodex

A workflow for turning completed coding work into a reusable solution note. It captures the problem, context, final approach, verification, and reuse guidance in a Markdown file under docs/solutions/.

21 6d ago A 121 tokens original MIT

code-review

09

astordu/qoderharness

Skill Claude CodeCodex

A code-review workflow that checks changes against both repository coding rules and the original task requirements. It compares changes from a specified Git starting point and reports the two reviews side by side.

21 6d ago A 119 tokens original MIT

codebase-design

10

astordu/qoderharness

Skill Claude CodeCodex

A design guide for organizing code around small interfaces that hide substantial behavior. It defines shared terms for modules, implementations, adapters, seams, testability, and the benefits of keeping changes localized.

21 6d ago A 74 tokens original MIT

domain-modeling

11

astordu/qoderharness

Skill Claude CodeCodex

A design workflow for defining the important concepts, terms, relationships, and rules in a business area. It records agreed decisions in files such as CONTEXT.md and architecture decision records (written notes explaining important technical choices).

21 6d ago A 48 tokens original MIT

git-commit

12

astordu/qoderharness

Skill Claude CodeCodex

A tool that examines staged Git changes and creates a Chinese commit message using Conventional Commits, a shared format such as feat, fix, or docs followed by a short description.

21 6d ago A 45 tokens original MIT

grill-with-docs

13

astordu/qoderharness

Skill Claude CodeCodex

A guided requirements interview for product managers who understand the business but are not technical. It runs a grilling session to turn their answers into information developers can use.

21 6d ago A 40 tokens original MIT

grill-me

14

astordu/qoderharness

Skill Claude CodeCodex

An interview-style skill that asks detailed questions to improve a plan or design.

21 6d ago A 24 tokens copy · 91% MIT

grill-with-docs

15

astordu/qoderharness

Skill Claude CodeCodex

A guided grilling session that also uses domain modeling: defining the business concepts, terms, relationships, and rules behind a system.

21 6d ago A 40 tokens original MIT

grilling

16

astordu/qoderharness

Skill Claude CodeCodex

A structured questioning guide for testing a plan, decision, or idea. It asks one question at a time and follows each answer through the relevant decision branches.

21 6d ago A 51 tokens original MIT

handoff

17

astordu/qoderharness

Skill Claude CodeCodex

A handover document that records enough of the current conversation for another coding agent to continue the work. It saves the document in the operating system's temporary folder instead of the project.

21 6d ago A 24 tokens original MIT

implement

18

astordu/qoderharness

Skill Claude CodeCodex

An implementation workflow that turns a product specification or set of work tickets into code, using a related test matrix as a reference. A test matrix is a list of planned checks for the work.

21 6d ago A 18 tokens original MIT

implement

19

astordu/qoderharness

Skill Claude CodeCodex

A workflow for implementing work described in a specification or task list. It combines regular checks with test-driven development (writing a failing test, making it pass, then improving the code) and code review.

21 6d ago A 18 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A codebase review that looks for opportunities to reshape modules so their complexity is concentrated behind clear interfaces. A module is a focused part of a program, and an interface is the boundary other code uses to interact with it.

21 6d ago A 56 tokens original MIT

init_qoder_harness

21

astordu/qoderharness

Skill Claude CodeCodex

A repository setup skill that configures where project issues are stored and which labels are used for sorting and triage. An issue tracker is a place for recording and managing work items, such as GitHub Issues or local Markdown files.

21 6d ago A 37 tokens original MIT

prototype

22

astordu/qoderharness

Skill Claude CodeCodex

A throwaway prototype built to answer one design question quickly. It can test whether a logic or state model feels right, or show several possible versions of a user interface.

21 6d ago A 49 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A setup guide for configuring engineering skills around an issue tracker, triage labels, and project documentation.

21 6d ago A 49 tokens original MIT

tdd

24

astordu/qoderharness

Skill Claude CodeCodex

A test-driven development workflow, commonly called TDD, where you write a failing test, add the smallest code that makes it pass, and then repeat. Tests check behavior through a public interface rather than private implementation details.

21 6d ago A 53 tokens original MIT