zahardev

39 mods across 1 repository, 2 stars between them.

docs-generator

01

zahardev/aicontext

Agent Claude Code

Generates project documentation from code and AIContext artifacts. Reads the codebase, produces a structured document, writes it to disk.

2 4mo ago A 29 tokens original MIT

researcher

02

zahardev/aicontext

Agent Claude Code

Explores the codebase and returns concise summaries of code structure, relationships, and patterns. Use for understanding existing code before making changes.

2 4mo ago A 30 tokens original MIT

reviewer

03

zahardev/aicontext

Agent Claude Code

Code reviewer — reads and follows the review prompt provided by the caller. Used for both correctness and architectural reviews.

2 4mo ago A 25 tokens original MIT

test-runner

04

zahardev/aicontext

Agent Claude Code

Runs backend and frontend tests, analyzes output, and returns only failures and relevant diagnostics. Use after writing or modifying code.

2 4mo ago A 28 tokens original MIT

test-writer

05

zahardev/aicontext

Agent Claude Code

Drafts test files based on a feature spec and existing test patterns. Use to parallelize TDD — draft the next test while the lead implements the current step.

2 4mo ago A 37 tokens original MIT

add-idea

06

zahardev/aicontext

Skill Claude CodeCodex

Capture a deferred idea to the worklog Ideas section — quickly log anything worth revisiting without losing it mid-session.

2 4mo ago A 26 tokens original MIT

add-step

07

zahardev/aicontext

Skill Claude CodeCodex

Add a new step to the current task based on conversation context.

2 4mo ago A 15 tokens original MIT

aic-help

08

zahardev/aicontext

Skill Claude CodeCodex

Show AIContext quickstart guide with setup, workflows, and best practices.

2 4mo ago A 18 tokens original MIT

aic-skills

09

zahardev/aicontext

Skill Claude CodeCodex

Show all available AIContext skills grouped by workflow stage.

2 4mo ago A 15 tokens original MIT

align-context

10

zahardev/aicontext

Skill Claude CodeCodex

Update all context files (task, spec, task-context, worklog) to reflect current state of work — fixes stale entries, fills missing knowledge, reports what changed.

2 4mo ago A 36 tokens original MIT

brainstorm

11

zahardev/aicontext

Skill Claude CodeCodex

Generate missing angles, better implementations, and new combinations — creative expansion that complements /challenge.

2 4mo ago A 20 tokens original MIT

challenge

12

zahardev/aicontext

Skill Claude CodeCodex

Pause and push back — surface questions, wrong assumptions, concerns, and better alternatives before proceeding.

2 4mo ago A 20 tokens original MIT

commit

13

zahardev/aicontext

Skill Claude CodeCodex

Commit current changes following project commit rules (template, body settings).

2 4mo ago A 15 tokens original MIT

create-task

14

zahardev/aicontext

Skill Claude CodeCodex

Create a task file from current discussion — lighter alternative to /start-feature.

2 4mo ago A 17 tokens original MIT

deep-review

15

zahardev/aicontext

Skill Claude CodeCodex

Comprehensive code review — architecture + correctness. Scope with args — diff (default), branch, all, path, or IDE selection. Delegates to reviewer agent for large scope.

2 4mo ago A 39 tokens original MIT

do-it

16

zahardev/aicontext

Skill Claude CodeCodex

Turn the current discussion into a task step and implement it — adds step to task file, updates spec if needed, then implements with review-fix loop.

2 4mo ago A 33 tokens original MIT

draft-issue

17

zahardev/aicontext

Skill Claude CodeCodex

Draft a GitHub issue based on a discussion or requirements in the current conversation.

2 4mo ago A 19 tokens original MIT

draft-pr

18

zahardev/aicontext

Skill Claude CodeCodex

Draft a pull request title and body based on the current task file and git changes.

2 4mo ago A 19 tokens original MIT

finish-task

19

zahardev/aicontext

Skill Claude CodeCodex

Close out the current task — verify all steps done, sync spec, fill completion notes, update worklog, and handle git (commit / push / PR per config).

2 4mo ago A 37 tokens original MIT

generate-docs

20

zahardev/aicontext

Skill Claude CodeCodex

Generate project documentation from code and AIContext artifacts — reference (internal technical), guide (user-facing), or both.

2 4mo ago A 26 tokens original MIT

gh-fix-tests

21

zahardev/aicontext

Skill Claude CodeCodex

Fix failing CI checks on the current PR — fetches failures via gh CLI, diagnoses, fixes, pushes, waits for green. Covers lint, type, build, and tests. Retries up to 3 times.

2 4mo ago A 49 tokens original MIT

gh-review-check

22

zahardev/aicontext

Skill Claude CodeCodex

Check unresolved PR review comments and summarize findings.

2 4mo ago A 12 tokens original MIT

gh-review-fix-loop

23

zahardev/aicontext

Skill Claude CodeCodex

Automate the PR review cycle — fetches review comments, triages, fixes real issues, auto-resolves false positives, runs tests, commits, pushes, then waits for re-review. Repeats up to 5 cycles.

2 4mo ago A 53 tokens original MIT

interview

24

zahardev/aicontext

Skill Claude CodeCodex

Run a structured breadth-first interview to explore a topic thoroughly — walks dimensions, batches independent questions, recommends answers, captures decisions.

2 4mo ago A 27 tokens original MIT