Skip to main content

s-hiraoku/claude-harnesses

SkillsMP는 s-hiraoku/claude-harnesses에서 26개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
26
GitHub 스타
0
GitHub 포크
0

수집된 skill 26개 중 26개를 표시합니다.

직업 분류
미분류
설명

Explicitly keep a GitHub pull request moving until it is merge-ready by delegating to PR Guardian. Invoke manually with /autopilot; Claude must not start it automatically.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

MODIFIER skill that removes AI slop from prose without losing source facts or uncertainty. Use with any writing task or to rewrite text; for code slop, use deslop instead.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Prepare a verdict-first, read-only HTML briefing that helps a human review a pull request quickly and well. Use with a PR number or URL; opens in the browser with a terminal fallback.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Route an independent, review-only Claude process to a deterministically stronger model or effort when native Advisor is unavailable. Use for adviser, advisor, second-opinion, or stronger-model review requests; consequential decisions; recurring failures;…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Monitor a pull request after opening it or resume a stalled PR, fix CI failures and reviewer feedback, push updates, reply to and resolve review conversations, and comment with the outcome.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Compatibility alias for pr-guardian. Use pr-guardian for stalled pull requests, CodeRabbit/Codex review feedback, CI failures, unresolved review conversations, and merge-ready PR follow-up.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run an end-to-end Claude Code delivery workflow from user request to merge-ready pull request, including planning, implementation, tests, self-review, ready-for-review PR creation, CI/review follow-up, and final status.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Analyze recent Claude Code work and package repeated patterns as the smallest useful skill, custom subagent, slash command, hook, or automation. Use when asked to mine prompts, sessions, shell history, or recent repeated work for reusable Claude Code assets.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fetch public web pages with Jina AI Reader API and convert them into LLM-friendly Markdown. Use when an agent needs to read, summarize, quote briefly, extract facts from, or inspect a public URL that normal browsing, scraping, search snippets, or direct fetch…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manage durable task goals for long-running Claude Code work using the project ledger, including objective writing, success criteria, resumption, and completion decisions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run a continuous product improvement loop: evaluate a product or codebase, present prioritized recommendations for approval, then implement only approved improvements through verification and PR follow-up.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Direct high-quality frontend UI work by using image-generated mockups when useful, translating the chosen direction into code, and verifying the rendered UI in a browser.

원문 언어: 영어

업데이트
직업 분류
고등교육 컴퓨터공학 교원
설명

Teach the human everything that happened in this session until they can demonstrably explain it, using an incremental checklist, restate-first probing, and AskUserQuestion quizzes. Use after a non-trivial change, debugging session, or hand-off when the goal…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Iteratively improve a skill or prompt by having a fresh subagent execute it against fixed scenarios, scoring two-sided (executor self-report + a pre-frozen requirements checklist), and looping until improvements plateau. Use after authoring or revising any…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix bugs with reproduction, minimal changes, regression coverage, and targeted verification.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Remove AI-generated boilerplate (vague comments, unused try/except, defensive validation, restated docstrings) from changed code without changing behavior.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Update documentation after code or behavior changes while keeping docs concise and relevant.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement a feature safely with planning, focused edits, tests, docs, and verification.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Diagnose and repair failing CI checks on the current PR by parsing logs, reproducing locally when possible, and pushing focused fixes in batches.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run multi-hour or multi-session work safely by combining the ledger, checkpoints, cost-ceiling guard, and resumable progress notes so context loss does not erase progress.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Refactor code without behavior changes using small mechanical steps and verification.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Check whether a change is ready to release by reviewing diff, tests, docs, risks, and migration notes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review code changes with a bug-first, risk-focused workflow before merge or release.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Run a multi-pass security review over the current diff using parallel specialist subagents focused on injection, authn/authz, secrets, supply-chain, and infrastructure-as-code risks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review changed code on the current branch for reuse, clarity, and dead complexity, then propose or apply minimal cleanup without changing behavior.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Drive development with red-green-refactor using isolated test-writer, implementer, and refactorer subagents so tests reflect intent rather than anticipated implementation.

원문 언어: 영어

업데이트
수집된 skill 26개 중 26개를 표시합니다.