SteveFeldman
- 39 skills
- 0 followers
- 7 hours ago last updated
- ▌ Troubleshooting · stevefeldman bundleGenerate codebase-aware troubleshooting documentation with diagnostic procedures, error references, and recovery steps
- ▌ Create Arch Docs · stevefeldmanGenerate architecture documentation with C4 diagrams, ADRs, and system context maps from codebase analysis
- ▌ Dependency Audit · stevefeldmanAudit all project dependencies for security vulnerabilities, outdated packages, license compliance, and health
- ▌ Explain Codebase · stevefeldmanScan and explain an entire codebase — structure, entry points, integrations, patterns, and data flow
- ▌ Automation Rubric · stevefeldmanUse 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.
- ▌ Code Review Skill · stevefeldmanPR-focused code review with structured checklist, severity ratings, and actionable feedback
- ▌ Create Onboarding · stevefeldmanGenerate codebase-aware onboarding documentation by analyzing the project's tech stack, structure, and workflows
- ▌ Performance Audit · stevefeldmanAnalyze codebase for performance bottlenecks across code, database, frontend, network, and async operations
- ▌ Directory Deepdive · stevefeldmanInvestigate a directory's architecture and create/update a CLAUDE.md file capturing implementation knowledge
- ▌ Estimate Assistant · stevefeldman bundleProvide data-driven task estimates using git history, code complexity analysis, and similar past work
- ▌ Find Missing Tests · stevefeldmanReview code and produce a prioritized list of missing test cases formatted as GitHub issues
- ▌ Security Hardening · stevefeldmanApply security best practices to reduce attack surface — authentication, input validation, headers, encryption, and dependency updates
- ▌ Architecture Review · stevefeldmanAnalyze codebase architecture and design patterns to assess maintainability, scalability, and adherence to best practices
- ▌ Otel Trace Analysis · stevefeldmanAnalyze 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.
- ▌ Software Estimation · stevefeldmanProduce 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.
- ▌ K6 · stevefeldmanWrite 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.
- ▌ Grafana · stevefeldmanAI-powered observability with Grafana MCP — translates natural language to metrics, logs, and trace queries to diagnose issues like a senior SRE
- ▌ Backstage · stevefeldmanUse when creating or updating catalog-info.yaml files for Backstage, onboarding repositories to the software catalog, or configuring service metadata for developer portal visibility
- ▌ E2e Setup · stevefeldmanSet up end-to-end testing infrastructure with Playwright, including page objects, CI integration, and test data management
- ▌ Go Hystrix · stevefeldman bundleAudit and optimize Hystrix circuit breaker implementations in Go services for scaling, performance, and availability
- ▌ Go Logging · stevefeldman bundleAudit and improve Go service logging to ensure Splunk logs capture method, request details, TraceID, SpanID, and timing using the go-common logging library
- ▌
- ▌ Code Review · stevefeldmanWhole-repository code quality review covering architecture, security, performance, and testing
- ▌ Debug Error · stevefeldmanSystematically debug and resolve errors using structured hypothesis-driven investigation
- ▌ Pr Evidence · stevefeldmanUse 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.
- ▌ Dependency Security Audit · stevefeldman bundleUse 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.
- ▌ Ultra Think · stevefeldmanEngage deep multi-perspective analysis for complex architectural decisions, trade-offs, and strategic problem-solving
- ▌ Write Tests · stevefeldman bundleGenerate comprehensive tests including unit, integration, and edge case coverage with framework-aware conventions
- ▌ Clean Branch · stevefeldmanSafely clean up merged, stale, and unnecessary git branches with dry-run preview
- ▌ Explain Code · stevefeldman bundleAnalyze and explain code sections with multi-level explanations tailored to audience experience level
- ▌ Test Coverage · stevefeldmanAnalyze test coverage, identify gaps in critical code paths, and produce a prioritized coverage improvement plan
- ▌ Create Feature · stevefeldmanPlan and implement new features with structured workflow from requirements through testing and PR creation
- ▌ Playwright Dev · stevefeldman bundleWrite 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.
- ▌ Project Health · stevefeldman bundleMulti-dimensional project health dashboard with scoring across delivery, quality, debt, team, and dependency metrics
- ▌ Security Audit · stevefeldmanIdentify security vulnerabilities across dependencies, auth, input validation, data protection, secrets, and infrastructure
- ▌ Core Web Vitals · stevefeldman bundleMeasure 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.
- ▌ Evinced Web Sdk · stevefeldmanUse 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.
- ▌ Migration Guide · stevefeldman bundleCreate step-by-step migration guides for upgrading dependencies, frameworks, or architectural changes
- ▌ Session Summary · stevefeldmanCreate a detailed session summary capturing actions, decisions, costs, efficiency insights, and next steps