Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Jarvis-Code

Jarvis-Code 收录了来自 erikpr1994 的 60 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
60
Stars
1
更新
2026-01-20
Forks
0
职业覆盖
9 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

git-expert
软件开发工程师

Use when working with git operations including commits, branches, worktrees, and PRs. Covers the full git workflow from feature isolation to PR submission.

2026-01-20
submit-pr
软件开发工程师

Complete PR submission pipeline with local sub-agent review before pushing, CI verification, and automated review integration. Always dispatches code-reviewer and code-simplifier for code changes, plus conditional reviewers (security, performance, dependency, accessibility, i18n, type-design, etc.) based on change type. Waits for CI with `gh pr checks --watch`. Integrates CodeRabbit and Greptile feedback.

2026-01-20
gh-cli
软件开发工程师

GitHub CLI patterns for PR reviews, comments, and API operations. Use when working with gh api commands, especially for review threads and comments.

2026-01-19
execute
软件开发工程师

Use when following a written plan or task list. Checkpoint verification at each step. Triggers - execute plan, follow plan, implement plan, next step, continue, proceed.

2026-01-19
git-worktrees
软件开发工程师

Use for parallel branch development with workspace isolation.

2026-01-19
analytics
软件开发工程师

Use when implementing analytics, event tracking, or setting up dashboards. Covers privacy-first tracking, event patterns, and common analytics tools.

2026-01-18
api-design
软件开发工程师

REST/GraphQL API design patterns, error handling, and versioning. Use when designing APIs, handling errors, or making API architecture decisions.

2026-01-18
background-tasks
软件开发工程师

Efficient handling of long-running commands. Use when running tests, builds, or any command that takes more than a few seconds. Prevents token waste from polling.

2026-01-18
brainstorm
项目管理专家

Use when generating ideas, exploring options, defining requirements, or making decisions. Covers both discovery (what to build) and approach (how to build). Triggers - ideate, brainstorm, options, alternatives, explore, what if, could we, ways to, approaches, spec, requirements, user story.

2026-01-18
browser-debugging
网页开发工程师

Use when debugging frontend issues in the browser. Covers DevTools usage, network debugging, performance profiling, and console patterns.

2026-01-18
build-in-public
市场调研分析师与营销专员

Use when sharing development progress publicly. Covers progress sharing, changelog writing, social media updates, community engagement, and milestone announcements.

2026-01-18
code-review
软件质量保证分析师与测试员

Use when reviewing code changes or conducting PR reviews.

2026-01-18
coderabbit
软件质量保证分析师与测试员

Use when working with CodeRabbit AI code review. Covers triggering reviews, interpreting feedback, addressing comments, and PR workflow integration.

2026-01-18
commit-discipline
软件开发工程师

Use when making commits. Conventional commits, atomic changes.

2026-01-18
crawl-cli
软件开发工程师

Use when implementing web scraping, data extraction, or automated browser interactions. Covers Puppeteer, Playwright, rate limiting, and ethical scraping.

2026-01-18
database-patterns
数据库架构师

Schema design, migrations, queries, and indexing strategies. Use when designing database schemas, writing migrations, or optimizing queries.

2026-01-18
debug
软件开发工程师

Use when encountering bugs, test failures, or unexpected behavior. Hypothesis-driven debugging.

2026-01-18
dispatching-parallel-agents
软件开发工程师

Use when multiple independent tasks can run simultaneously. Maximizes throughput through parallel Task tool invocations.

2026-01-18
domain-expert
管理分析师

Meta-skill for rapidly learning new domains. Covers domain research process, expert consultation simulation, knowledge validation, and documentation generation.

2026-01-18
frontend-design
网页开发工程师

Use when designing UI components, implementing accessibility, responsive layouts, or integrating with design systems.

2026-01-18
idea-to-product
项目管理专家

Use when rapidly prototyping ideas into products. Covers MVP scoping, feature prioritization, tech stack selection, timeline estimation, and launch checklist.

2026-01-18
improving-jarvis
软件开发工程师

Use when identifying opportunities to improve the Jarvis system, adding patterns, creating skills, or updating rules based on repeated guidance.

2026-01-18
infra-ops
网络与计算机系统管理员

Use when working with infrastructure, deployments, Docker, CI/CD, or server management. Covers containerization, deployment workflows, and DevOps patterns.

2026-01-18
linear-backlog-grooming
项目管理专家

Review and clean up the Linear backlog. Close stale issues, update priorities, merge duplicates, request clarification. Triggers - backlog grooming, backlog cleanup, groom backlog.

2026-01-18
fix-linear-bugs
软件开发工程师

Fix Linear issues tagged with "bug". Either produces a PR with the fix or explains why it won't be fixed. Triggers - fix bugs, linear bugs, bug triage, resolve bugs.

2026-01-18
linear-cycle-planning
项目管理专家

Plan issues for an upcoming Linear cycle/sprint. Review backlog, prioritize, assign to cycle, balance workload. Triggers - cycle planning, sprint planning, plan cycle.

2026-01-18
create-linear-design
软件开发工程师

Create a Linear Document with technical design using Approach Mode brainstorming. Same process as /brainstorm how, outputs to Linear Document. Triggers - linear design, design to linear, technical design, architecture decision.

2026-01-18
review-linear-feature-requests
项目管理专家

Review Linear issues tagged with "feature-request". Decide to spec, add to roadmap, merge, or reject. Triggers - review feature request, user request, customer feedback.

2026-01-18
linear
项目管理专家

Intelligent work tracking. Automatically classifies issues, gathers codebase context, and creates well-formed Linear tickets. Triggers - linear, issue, track, bug, todo, fix, question, debt.

2026-01-18
create-linear-plan
项目管理专家

Create Linear Issues from requirements using the plan process. Same process as /plan but outputs to Linear Issues instead of file. Triggers - linear plan, plan to linear, create issues from plan.

2026-01-18
linear-project-health
项目管理专家

Generate health report for a Linear project. Progress vs plan, blocked issues, overdue items, risk assessment. Triggers - project health, project status, project report.

2026-01-18
answer-linear-questions
项目管理专家

Answer Linear issues tagged with "question". Explores codebase and produces decisions - never code changes or PRs. Triggers - answer questions, linear questions, question triage.

2026-01-18
linear-refine-ticket
软件开发工程师

Refine Linear tickets tagged "refine" or in triage. Pull GitHub context, clarify scope, add acceptance criteria, improve descriptions. Triggers - refine ticket, ticket refinement, triage, improve ticket.

2026-01-18
create-linear-spec
项目管理专家

Create a Linear Project from requirements using Discovery Mode brainstorming. Same process as /spec but outputs to Linear instead of file. Triggers - linear spec, spec to linear, create project from spec, linear project.

2026-01-18
resolve-linear-tech-debt
项目管理专家

Resolve Linear issues tagged with "tech-debt". Decide to address now, schedule, or close. Triggers - resolve tech debt, technical debt, debt triage, cleanup.

2026-01-18
mcp-integration
软件开发工程师

Use when working with MCP servers for enhanced capabilities like documentation retrieval, database access, or specialized tools. Triggers - mcp, context7, documentation lookup, external docs.

2026-01-18
nextjs-patterns
软件开发工程师

Next.js App Router patterns, server actions, caching, and routing. Use when working with Next.js 14+ features.

2026-01-18
payment-processing
软件开发工程师

Use when implementing payment flows with Stripe or Polar. Covers checkout integration, webhooks, subscriptions, and error handling.

2026-01-18
plan
软件开发工程师

Use when you have a spec or requirements for a multi-step task, before touching code. Triggers - plan, design, architect, implementation plan, spec, requirements.

2026-01-18
pr-feedback-tracker
软件质量保证分析师与测试员

Process PR review feedback, categorize comments, create tracking issues for deferred items, and resolve conversations. Can be invoked standalone or during submit-pr Phase 6.

2026-01-18
当前展示该仓库 Top 40 / 60 个已收集 skills。