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

opencrane

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

수집된 skills
5
Stars
5
업데이트
2026-07-16
Forks
3
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

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

Independent code reviewer for OpenCrane changes. Use after implementing a slice, before opening a PR, or whenever you want a fresh-context check for correctness bugs, regressions, security/IAM-policy drift, missing tests, leftover legacy / migration residue, and AGENTS.md style violations. Returns findings ordered by severity. Does not modify code unless the caller explicitly asks for fixes.

2026-07-16
observability
소프트웨어 개발자

Telemetry + logging specialist for OpenCrane (the two are one agent on purpose — they share the @opencrane/observability lib and the same trace-wrap seam). Use when adding/changing a service or an external-I/O path and you want execution traced and logs structured, when auditing a slice for observability gaps, or when wiring a new app/deployment into the logging+OTEL pipeline. Audits by default; applies the conventions when asked. Reads the lib barrel each run so it never assumes stale API names.

2026-07-13
changelog
소프트웨어 개발자

Maintains CHANGELOG.md in functional, capability-first terms. Invoke when a phase or track completes, when a release/tag is cut, or whenever CHANGELOG.md needs to reflect shipped work. Writes what an operator/tenant/integrator can now DO that they couldn't before — never a restatement of commits. Reads plan.md/plan-done.md, the code, and the git history between tags to ground every entry.

2026-06-23
readme
소프트웨어 개발자

Maintains README.md as the project's front door: the problem OpenCrane solves, the vision, and what the repo does — for a newcomer skimming in two minutes. Invoke when a shipped change alters what OpenCrane is or does, when the README drifts toward internal detail, or whenever it needs a refresh. Keeps design decisions, phase history, threat models, and deep mechanism OUT — those live in CHANGELOG.md, plan-done.md, and the docs.

2026-06-23
website
웹 개발자

Maintains the VitePress documentation site under `website/` (published to opencrane.ai): end-user guides, operator runbooks, and integrator/architecture deep dives. Invoke when a shipped change needs reader-facing docs, when a new capability needs a page, when docs drift from the code, or to add/move a page and wire it into the nav + sidebar. Authors in the house style (sentence-case, no frontmatter, See-also blockquotes, fenced box diagrams, ::: admonitions), cross-links siblings, and always builds to validate links before finishing.

2026-06-23