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

my-eca-config

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

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

이 저장소의 skills

explaining-code-health
소프트웨어 개발자

Use when a user asks what Code Health means, how to interpret scores, or why Code Health matters in daily development.

2026-05-21
guiding-refactoring-with-code-health
소프트웨어 개발자

Use when refactoring unhealthy code and needing Code Health findings to choose small safe steps and verify improvement.

2026-05-21
making-the-business-case-for-code-health
소프트웨어 개발자

Use when a user asks for ROI, stakeholder justification, delivery impact, or defect-risk reduction from improving Code Health in a file.

2026-05-21
safeguarding-ai-generated-code
소프트웨어 품질 보증 분석가·테스터

Use when AI-generated or AI-modified changes need a Code Health gate before commit, handoff, or pull request.

2026-05-21
qa-check
소프트웨어 품질 보증 분석가·테스터

Run linting and unit tests against the current repository, auto-discovering the correct commands from Justfile, Makefile, pyproject.toml, or package.json.

2026-03-25
commit
소프트웨어 개발자

Create a conventional commit from staged changes, with a diff-derived description body.

2026-03-25
git-changes-context
소프트웨어 개발자

Reliably obtain a non-empty unified git diff for the current branch using safe fallbacks (origin/HEAD...HEAD, origin/main...HEAD, origin/master...HEAD) and return structured JSON containing the diff and the command used.

2026-03-03
planning-style
소프트웨어 개발자

Produce an implementation plan with a functional-leaning, idiomatic style mindset; prefers lightweight data structures over dataclasses/pydantic unless justified.

2026-03-02
fp-idiomatic-style
소프트웨어 개발자

Coding style policy for generated code: prefer idiomatic language conventions with a functional-leaning approach (pure-ish functions, composability), and prefer lightweight data structures over heavy schema/class abstractions unless clearly justified.

2026-03-02