Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

aicontext

aicontext에는 zahardev에서 수집한 skills 63개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
63
Stars
2
업데이트
2026-04-22
Forks
1
직업 범위
직업 카테고리 12개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

generate-docs
소프트웨어 개발자

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

2026-04-22
generate-docs
소프트웨어 개발자

Use when the user wants project documentation generated from code and AIContext artifacts — reference (internal technical), guide (user-facing), or both.

2026-04-22
draft-issue
프로젝트 관리 전문가

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

2026-04-20
draft-pr
소프트웨어 개발자

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

2026-04-20
gh-fix-tests
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-20
gh-review-check
소프트웨어 품질 보증 분석가·테스터

Check unresolved PR review comments and summarize findings

2026-04-20
gh-review-fix-loop
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-20
resume-task
소프트웨어 개발자

Load task context, show progress, and surface ambiguities and conflicts before resuming implementation

2026-04-18
review-task
프로젝트 관리 전문가

Validate the current task — plan quality, spec coverage, deliverable alignment, and context consistency

2026-04-18
resume-task
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Use when the user wants to resume a task — loads context, shows progress, and surfaces ambiguities and conflicts.

2026-04-18
review-task
소프트웨어 품질 보증 분석가·테스터

Use when the user wants the current task validated — plan quality, spec coverage, deliverable alignment, and context consistency.

2026-04-18
tidy-aic
소프트웨어 개발자

Archive completed tasks, specs, and worklog entries — clean up .aicontext/ clutter

2026-04-13
tidy-aic
소프트웨어 개발자

Archive completed tasks, specs, and worklog entries — clean up .aicontext/ clutter.

2026-04-13
align-context
비서 및 행정 보조원(법률, 의료 및 임원 제외)

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

2026-04-12
run-task
소프트웨어 개발자

Execute all pending steps in the current task file — creates task-context, checks commit config, runs each step with review-fix inner loop, commits per config

2026-04-12
align-context
소프트웨어 개발자

Use when you want to update all context files (task, spec, task-context, worklog) to reflect current state of work. Fixes stale entries, fills missing knowledge, reports what changed.

2026-04-12
finish-task
소프트웨어 개발자

Use when a task is complete. Verifies all steps are done, applies any task-context Decision Overrides to the spec, fills completion notes, updates changelog, and handles git (commit / push / PR per config).

2026-04-12
run-task
소프트웨어 개발자

Use when you want to execute all pending steps in the current task file. Creates task-context, checks commit config, runs each step with a review-fix inner loop, commits per config.

2026-04-12
start
소프트웨어 개발자

Confirm project readiness in one sentence

2026-04-12
add-idea
일반 사무원

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

2026-04-10
add-step
생산, 계획 및 독촉 사무원

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

2026-04-10
aic-help
고객 서비스 담당자

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

2026-04-10
aic-skills
컴퓨터 사용자 지원 전문가

Show all available AIContext skills grouped by workflow stage

2026-04-10
brainstorm
시장조사 분석가·마케팅 전문가

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

2026-04-10
challenge
소프트웨어 개발자

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

2026-04-10
commit
소프트웨어 개발자

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

2026-04-10
create-task
임원 비서 및 행정 보좌관

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

2026-04-10
deep-review
소프트웨어 품질 보증 분석가·테스터

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

2026-04-10
do-it
소프트웨어 개발자

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

2026-04-10
finish-task
소프트웨어 개발자

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

2026-04-10
interview
인사 전문가

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

2026-04-10
next-step
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Mark previous step as done in the task file, then start the next step

2026-04-10
plan-tasks
프로젝트 관리 전문가

Read an existing spec and propose a task breakdown — assesses separable work streams, proposes split, creates task files linked to the spec

2026-04-10
review
소프트웨어 품질 보증 분석가·테스터

Review code changes for bugs, security, edge cases. Scope with args — diff (default), branch, commit, path, or IDE selection. Delegates to reviewer agent for large scope.

2026-04-10
run-step
소프트웨어 개발자

Execute a single step from the task plan. Accepts optional step number arg. Asks to commit after completion.

2026-04-10
start-feature
소프트웨어 개발자

Run a structured discovery interview before starting a new feature — explores the codebase, asks one question at a time, presents decision packages with options + recommendation, then creates a spec and task file

2026-04-10
thoughts
임원 비서 및 행정 보좌관

Quick honest take — share thoughts, concerns, or better ideas about the current discussion without a heavy audit

2026-04-10
web-inspect
소프트웨어 품질 보증 분석가·테스터

Browser-based investigation using playwright-cli — open pages, inspect elements, check console errors, capture screenshots. Headed mode by default.

2026-04-10
interview
인사 전문가

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

2026-04-09
add-idea
임원 비서 및 행정 보좌관

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

2026-04-06
이 저장소에서 수집된 skills 63개 중 상위 40개를 표시합니다.
aicontext GitHub Agent Skills | SkillsMP