Write a structured handoff at session end. Preserves context so the next agent can resume without human briefing. Invoke before ending any feature session longer than 30 minutes.
원문 언어: 영어
메뉴
SkillsMP는 coreindustries/core-ai-template에서 34개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 34개 중 34개를 표시합니다.
Write a structured handoff at session end. Preserves context so the next agent can resume without human briefing. Invoke before ending any feature session longer than 30 minutes.
원문 언어: 영어
Multi-perspective code review against project standards with P1/P2/P3 severity classification. Works in Claude Code (Agent + optional GitHub MCP) and Cursor (Task subagents + gh/git). Use when the user invokes /review, asks for a PR or diff review, or wants a…
원문 언어: 영어
Multi-perspective code review (P1/P2/P3) for Cursor: inline checklists plus three parallel Task subagents (perf-auditor, security-reviewer, simplicity-reviewer with combined data-integrity prompt). Use when the user invokes /review, asks for a PR review, or…
원문 언어: 영어
Create well-formatted git commits following conventional commit standards.
원문 언어: 영어
Red→green→refactor discipline for new behavior — forces a failing test before implementation and a passing test before any claim of done.
원문 언어: 영어
Create or manage a git worktree for isolated parallel development — lets multiple agents work in the repo simultaneously without branch collisions.
원문 언어: 영어
Create a token-efficient state snapshot for context preservation during long sessions.
원문 언어: 영어
Create an Architecture Decision Record when making a non-obvious architectural call.
원문 언어: 영어
Expert code review of current git changes with a senior engineer lens: SOLID, security, performance, error handling, boundary conditions.
원문 언어: 영어
Audit auto-loaded context budget, detect redundancy, and recommend optimizations.
원문 언어: 영어
Run security scans against the codebase.
원문 언어: 영어
Design REST or GraphQL API endpoints with schemas and validation.
원문 언어: 영어
Explore requirements before implementation. Separates WHAT from HOW to ensure the right problem is being solved before any code is written.
원문 언어: 영어
Update task tracking file with current progress. Essential for preserving context across sessions.
원문 언어: 영어
Generate or update CI/CD pipeline configuration for the current stack.
원문 언어: 영어
Capture knowledge from solved problems to prevent re-discovery. Creates searchable solution documents after non-trivial debugging, fixes, or investigations.
원문 언어: 영어
Systematic debugging workflow: reproduce, isolate, fix, and verify.
원문 언어: 영어
Deploy the application to target platform.
원문 언어: 영어
Audit, update, and manage project dependencies safely.
원문 언어: 영어
Generate and update project documentation.
원문 언어: 영어
Set up, validate, and manage environment variables.
원문 언어: 영어
Full-cycle feature development: PRD creation, implementation, testing, and PR creation in an isolated worktree.
원문 언어: 영어
Quick patch workflow for production issues with minimal risk.
원문 언어: 영어
Initialize a new project with structure, configuration, and boilerplate.
원문 언어: 영어
Run code quality checks including linting, formatting, and type checking.
원문 언어: 영어
Manage database schema migrations.
원문 언어: 영어
Onboard a new contributor to the project with a guided walkthrough.
원문 언어: 영어
Profile, benchmark, and optimize application performance.
원문 언어: 영어
Create pull requests with comprehensive descriptions and test plans.
원문 언어: 영어
Safely refactor code with test-driven approach.
원문 언어: 영어
Tag a version, generate changelog, and create a GitHub release.
원문 언어: 영어
Recover context and resume work after a new session or context compression.
원문 언어: 영어
Generate a new module, component, or screen with boilerplate, tests, and wiring.
원문 언어: 영어
Run tests with coverage reporting and quality gates.
원문 언어: 영어