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

agents-skills

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

已收集 skills
40
Stars
4
更新
2026-06-01
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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

PR-focused code review with structured checklist, severity ratings, and actionable feedback

2026-06-01
pr-evidence
软件质量保证分析师与测试员

Use when a code review finding needs proof — write a focused test in JavaScript or Go that either confirms the issue is real or exposes it as over-engineering hyperbole. Trigger after code-review or code-review-skill findings are presented and evidence is requested.

2026-06-01
dependency-security-audit
信息安全分析师

Use when reviewing Dependabot alerts, npm audit findings, govulncheck output, or CVE reports on a JavaScript/Node.js or Go project — especially when triaging multiple alerts across direct and transitive dependencies to assess real-world risk and produce a remediation plan.

2026-05-27
software-estimation
项目管理专家

Produce data-driven software delivery estimates by analyzing historical JIRA tickets, git activity, and engineer track records, then matching the new work against the most similar past tickets. Use this skill whenever the user asks "how long will this take", wants to estimate a piece of work, scope an epic, plan a sprint, or estimate delivery for JIRA stories or a Figma design. Also use whenever the user wants developer-to-work assignment recommendations based on history, wants to optimize an estimate by adding or reallocating engineers, or asks "what's the fastest way to ship this" or "who should work on this". Especially trigger when the user provides JIRA ticket IDs, JIRA story links, or Figma designs together with any indication of a team that will execute the work.

2026-05-15
automation-rubric
软件质量保证分析师与测试员

Use when auditing an existing test suite for quality and coverage gaps, evaluating Playwright migration readiness, scoring automation against a world-class e-commerce standard, or guiding the creation of new tests. Applicable to Selenium, WebdriverIO, and Playwright suites.

2026-05-11
grafana
网络与计算机系统管理员

AI-powered observability with Grafana MCP — translates natural language to metrics, logs, and trace queries to diagnose issues like a senior SRE

2026-04-28
go-hystrix
软件开发工程师

Audit and optimize Hystrix circuit breaker implementations in Go services for scaling, performance, and availability

2026-03-24
go-logging
软件开发工程师

Audit and improve Go service logging to ensure Splunk logs capture method, request details, TraceID, SpanID, and timing using the go-common logging library

2026-03-24
core-web-vitals
软件质量保证分析师与测试员

Measure and assert Core Web Vitals (LCP, INP, CLS) in Playwright scripts. Use when the user wants to capture performance metrics, validate CWV thresholds, audit pages for Google ranking signals, or add CWV measurement to existing Playwright checks. Pairs with the playwright-dev skill.

2026-03-18
architecture-review
软件开发工程师

Analyze codebase architecture and design patterns to assess maintainability, scalability, and adherence to best practices

2026-03-12
backstage
软件开发工程师

Use when creating or updating catalog-info.yaml files for Backstage, onboarding repositories to the software catalog, or configuring service metadata for developer portal visibility

2026-03-12
clean-branch
软件开发工程师

Safely clean up merged, stale, and unnecessary git branches with dry-run preview

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

Whole-repository code quality review covering architecture, security, performance, and testing

2026-03-12
create-arch-docs
软件开发工程师

Generate architecture documentation with C4 diagrams, ADRs, and system context maps from codebase analysis

2026-03-12
create-feature
软件开发工程师

Plan and implement new features with structured workflow from requirements through testing and PR creation

2026-03-12
create-onboarding
软件开发工程师

Generate codebase-aware onboarding documentation by analyzing the project's tech stack, structure, and workflows

2026-03-12
debug-error
软件开发工程师

Systematically debug and resolve errors using structured hypothesis-driven investigation

2026-03-12
dependency-audit
软件开发工程师

Audit all project dependencies for security vulnerabilities, outdated packages, license compliance, and health

2026-03-12
directory-deepdive
软件开发工程师

Investigate a directory's architecture and create/update a CLAUDE.md file capturing implementation knowledge

2026-03-12
e2e-setup
软件质量保证分析师与测试员

Set up end-to-end testing infrastructure with Playwright, including page objects, CI integration, and test data management

2026-03-12
estimate-assistant
软件开发工程师

Provide data-driven task estimates using git history, code complexity analysis, and similar past work

2026-03-12
evinced-web-sdk
软件质量保证分析师与测试员

Use when adding accessibility scanning to existing Playwright checks via --evinced flag, when instrumenting browser tests for WCAG compliance, or when integrating Evinced SDK with Playwright scripts.

2026-03-12
explain-code
软件开发工程师

Analyze and explain code sections with multi-level explanations tailored to audience experience level

2026-03-12
explain-codebase
软件开发工程师

Scan and explain an entire codebase — structure, entry points, integrations, patterns, and data flow

2026-03-12
find-missing-tests
软件质量保证分析师与测试员

Review code and produce a prioritized list of missing test cases formatted as GitHub issues

2026-03-12
k6
软件质量保证分析师与测试员

Write and execute k6 load tests, performance checks, and validation scripts. Generates scripts with proper scenarios, checks, thresholds, custom metrics, and structured output. Use when the user wants to create k6 tests, performance benchmarks, or site validation scripts.

2026-03-12
design-doc-mermaid
软件开发工程师

Create Mermaid diagrams (activity, deployment, sequence, architecture) from text descriptions or source code. Use when asked to "create a diagram", "generate mermaid", "document architecture", "code to diagram", "create design doc", or "convert code to diagram". Supports hierarchical on-demand guide loading, Unicode semantic symbols, and Python utilities for diagram extraction and image conversion.

2026-03-12
migration-guide
软件开发工程师

Create step-by-step migration guides for upgrading dependencies, frameworks, or architectural changes

2026-03-12
otel-trace-analysis
网络与计算机系统管理员

Analyze OpenTelemetry traces for latency issues, error diagnosis, retry patterns, dependency bottlenecks, and trace integrity problems. Use when the user provides OTEL trace JSON files or asks about distributed system performance issues.

2026-03-12
performance-audit
软件开发工程师

Analyze codebase for performance bottlenecks across code, database, frontend, network, and async operations

2026-03-12
playwright-dev
软件质量保证分析师与测试员

Write and execute Playwright browser checks and API checks. Auto-detects dev servers, writes scripts to /tmp, runs them via the universal executor. Use when the user wants to test websites, validate pages, check APIs, or automate any browser task.

2026-03-12
project-health
软件开发工程师

Multi-dimensional project health dashboard with scoring across delivery, quality, debt, team, and dependency metrics

2026-03-12
search-web
软件开发工程师

Search the web, evaluate sources, and synthesize findings with citations

2026-03-12
security-audit
信息安全分析师

Identify security vulnerabilities across dependencies, auth, input validation, data protection, secrets, and infrastructure

2026-03-12
security-hardening
信息安全分析师

Apply security best practices to reduce attack surface — authentication, input validation, headers, encryption, and dependency updates

2026-03-12
session-summary
软件开发工程师

Create a detailed session summary capturing actions, decisions, costs, efficiency insights, and next steps

2026-03-12
test-coverage
软件质量保证分析师与测试员

Analyze test coverage, identify gaps in critical code paths, and produce a prioritized coverage improvement plan

2026-03-12
troubleshooting
软件开发工程师

Generate codebase-aware troubleshooting documentation with diagnostic procedures, error references, and recovery steps

2026-03-12
ultra-think
计算机与信息系统经理

Engage deep multi-perspective analysis for complex architectural decisions, trade-offs, and strategic problem-solving

2026-03-12
write-tests
软件质量保证分析师与测试员

Generate comprehensive tests including unit, integration, and edge case coverage with framework-aware conventions

2026-03-12