Create a well-formed git commit. Detects the remote host, stages appropriate files, writes a conventional-commit message focused on the why, and never commits secrets. Invoke manually with /commit.
원문 언어: 영어
메뉴
SkillsMP는 ZaaliMohamed123/evolving-claude에서 8개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 8개 중 8개를 표시합니다.
Create a well-formed git commit. Detects the remote host, stages appropriate files, writes a conventional-commit message focused on the why, and never commits secrets. Invoke manually with /commit.
원문 언어: 영어
Take an issue from GitHub or GitLab, implement the fix, verify it, and open a PR/MR. Detects the host from the git remote. Invoke manually with /fix-issue <number-or-url>.
원문 언어: 영어
Analyze a repository and scaffold its project-level Claude configuration (CLAUDE.md, .claude/ agents/skills/settings, .claude/memory/, and .mcp.json) tailored to the detected stack (or the user's intent for a new project), layered on top of the global config…
원문 언어: 영어
Rapidly build a mental map of an unfamiliar repository — architecture, entry points, key modules, how to build/test/run — and persist it to project memory. Invoke manually with /onboard-codebase.
원문 언어: 영어
Open a pull request (GitHub) or merge request (GitLab), choosing the right tool from the git remote. Summarizes the full branch diff, pushes if needed, and creates the PR/MR with a proper description. Invoke manually with /open-pr.
원문 언어: 영어
Adversarial review of the current diff against a plan or the stated requirements, run in a fresh subagent context. Reports gaps that affect correctness or requirements, not style. Invoke manually with /review-diff.
원문 언어: 영어
Drive a change test-first with a strict red-green-refactor loop. Use when adding behavior to a repo that has (or should have) tests. Invoke manually with /tdd <what to build>.
원문 언어: 영어
Review and improve the global Claude Code setup. Reads the config-review-queue and the config strategy, proposes and applies improvements to global agents/skills/hooks/rules/CLAUDE.md, then clears resolved queue entries. Invoke manually with /update-config.
원문 언어: 영어