Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
aram-devdocs
GitHub 제작자 프로필

aram-devdocs

3개 GitHub 저장소에서 수집된 30개 skills를 저장소 단위로 보여줍니다.

수집된 skills
30
저장소
3
업데이트
2026-07-23
저장소 탐색

저장소와 대표 skills

이 저장소에서 수집된 skills 18개 중 상위 8개를 표시합니다.
gh-issue
소프트웨어 개발자

Drive one GitHub issue through the full self-driving lifecycle in an isolated worktree: investigate, plan, implement, verify, review, PR, wait for CI, and clean up. Every phase is gated and every state transition goes through the gh_issue_run.py state machine, never a hand edit. Dispatches the implementer and the four review subagents; does not merge its own PR.

2026-07-23
work
소프트웨어 개발자

The top-level self-driving loop. Orients against repo and run state, resumes an active run or selects the highest-priority unblocked GitHub issue, routes large issues through /gh-runbook and the rest straight to /gh-issue, drives the issue to a green PR against dev through gated subagent phases, mirrors the review locally with /gh-review, records lessons, and squash-merges only after rechecking the completed run and current GitHub state. One issue per invocation.

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

A local pull-request review that mirrors the CI review criteria so self-review and CI cannot drift: build, lint, tests, architecture, and the leak scan, run through the same scripts CI runs. Works on a PR number or on the local diff dev...HEAD. Sorts the diff into file buckets and ends with exactly one verdict.

2026-07-21
gh-runbook
프로젝트 관리 전문가

Turn an audit, a scope, or a large issue into a parent runbook plus a set of grouped child issues. Produces a plan and a child-issue manifest (title, body, labels, milestone, blocked-by), then creates them with a script that dry-runs by default and only writes to GitHub when --apply is passed. Feeds /work.

2026-07-21
session-continuity
소프트웨어 개발자

Save and restore run state across a context compaction. Maintains a MEMORY.md whiteboard (current state, in progress, next, decisions, blockers) capped at 200 lines under the active run directory. Documents the protocol the save-session (PreCompact) and context-loader (SessionStart) hooks already run.

2026-07-21
subagent-driven-development
소프트웨어 개발자

The in-session delegation engine /work uses to implement. One fresh subagent per task, parallel batches for independent tasks with disjoint file ownership dispatched in one message, and the fixed review order spec then quality then architecture then security. The orchestrator delegates and never implements.

2026-07-21
find-skills
기타 컴퓨터 관련 직업

List the skills available in this repository. Reads every .agents/skills/*/SKILL.md, extracts its name and description, and prints a compact index so an agent can pick the right skill before acting.

2026-07-21
humanizer
소프트웨어 개발자

Strip AI-tell patterns from prose before it lands in docs or PR text. A catalog of the words, punctuation, and sentence shapes that mark machine writing, each paired with the fix. Run it over any markdown you wrote.

2026-07-21
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다