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

CrossCheck

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

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

이 저장소의 skills

do-work
소프트웨어 개발자

Process autonomous task queue from do-work/ folder

2026-05-01
plan
소프트웨어 개발자

Enter plan mode for complex tasks (pour energy into the plan for 1-shot implementation)

2026-05-01
pr-review
소프트웨어 품질 보증 분석가·테스터

Initiate autonomous PR review process with Codex agent

2026-05-01
repo-assessment
컴퓨터·정보 시스템 관리자

Run comprehensive repo assessment with Codex (every 3 PRs)

2026-05-01
security-review
정보 보안 분석가

Comprehensive security audit covering 10 threat categories

2026-05-01
setup-automation
소프트웨어 개발자

Install all automation for a new repo (git hooks + GitHub Actions)

2026-05-01
submit-pr
소프트웨어 개발자

Automated PR submission - runs pre-checks, creates PR, and starts review

2026-03-05
update-crosscheck
소프트웨어 개발자기타 컴퓨터 관련 직업

Update CrossCheck to the latest version — pulls from main. Skills and agents update instantly via symlinks; new ones get linked automatically.

2026-02-28
capture-skill
소프트웨어 개발자

Extract and persist a non-obvious discovery from the current session as a reusable skill. Use after: debugging a non-obvious error, finding a workaround through trial-and-error, resolving an environment/config/dependency issue the docs didn't cover, discovering a project-specific pattern through investigation, or completing any task where the solution required genuine discovery rather than straightforward documentation lookup.

2026-02-26
webapp-test
소프트웨어 품질 보증 분석가·테스터

Automated Playwright-based web app testing. Screenshot, inspect DOM, discover selectors, interact with elements, and run visual regression checks against a running localhost app. Use when: "test webapp", "browser test", "screenshot app", "check UI", "visual regression", "end-to-end test", or verifying a web app works after changes.

2026-02-26
bug-review
소프트웨어 품질 보증 분석가·테스터

Systematic audit for common failure modes and bugs

2026-02-26
fuzz
소프트웨어 품질 보증 분석가·테스터

Property-based and adversarial input testing — generates random/adversarial inputs to find crashes, hangs, and invariant violations

2026-02-26
mutation-test
소프트웨어 품질 보증 분석가·테스터

Verify test suite effectiveness — introduces small code mutations and checks if tests catch them. Surviving mutants reveal weak tests.

2026-02-26
redteam
정보 보안 분석가

Active exploit verification — writes and runs throwaway exploit tests to confirm or disprove security findings

2026-02-26
setup-plugins
소프트웨어 개발자

Install and configure Claude Code plugins alongside CrossCheck skills

2026-02-25
napkin
소프트웨어 개발자

Per-repo behavioral memory stored in .codex/napkin.md. Use to initialize or update the napkin for any project. Tracks repo-specific mistakes, user corrections, and surprising gotchas that recur across sessions. Read silently at session start if the file exists. Write during work. Curate aggressively. Complement to MEMORY.md (which is cross-project and user-scoped); napkin is repo-scoped and committable.

2026-02-25
ai-usage
기타 컴퓨터 관련 직업

Track AI coding tool token usage, costs, and environmental impact

2026-02-24
cleanup-branches
소프트웨어 개발자기타 컴퓨터 관련 직업

Batch git branch cleanup - generates single approval script

2026-02-24
cleanup-worktrees
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자

Remove merged or abandoned git worktrees

2026-02-24
codex-delegate
소프트웨어 개발자

Delegate a coding task to OpenAI Codex agent for autonomous execution

2026-02-24
commit-smart
소프트웨어 개발자

Atomic Git Commit

2026-02-24
create-worktree
소프트웨어 개발자기타 컴퓨터 관련 직업

Create new git worktree for parallel development

2026-02-24
doc-timestamp
워드 프로세서 및 타자수

Add or update datetime timestamps in documentation files

2026-02-24
ensemble-opinion
소프트웨어 개발자기타 컴퓨터 관련 직업

Get multi-model opinions on a problem (Codex + Gemini + Critic)

2026-02-24
garbage-collect
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자

Manage files in /garbage folder for deletion

2026-02-24
gemini-delegate
소프트웨어 개발자

Delegate a coding task to Google Gemini agent for autonomous execution

2026-02-24
list-worktrees
소프트웨어 개발자

List all active git worktrees

2026-02-24
pre-pr-check
소프트웨어 품질 보증 분석가·테스터

Comprehensive pre-PR checklist - actually runs checks

2026-02-24
setup-statusline
컴퓨터 사용자 지원 전문가

Customize Codex statusline for better context awareness

2026-02-24
techdebt
소프트웨어 개발자

Find and eliminate technical debt (run at end of every session)

2026-02-24
cleanup-all
컴퓨터 사용자 지원 전문가

Run all git cleanup operations in sequence: worktrees, branches, and stashes. Use before or after repo assessment, at the end of a sprint, or whenever local git state has accumulated clutter. Chains /cleanup-worktrees, /cleanup-branches, and /cleanup-stashes with a combined summary at the end.

2026-02-24
cleanup-stashes
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자

Review and selectively drop git stashes. Lists all stashes with branch, age, and file summary. Flags stashes whose branch no longer exists (orphaned work) or has been merged to main (likely superseded), and stashes older than 14 days (likely forgotten). Generates a drop script for user approval — never drops stashes directly.

2026-02-24