sajjad zarepour
Community@devsajad · Iran - Mashhad
Software Engineer
Agent Skills by sajjad zarepour
Showing 8 vetted skills indexed across 1 GitHub repositories.
playwright-best-practices
Guides writing, debugging, and maintaining Playwright tests across E2E, API, and component scenarios.
code-review
Review code changes for security, performance, correctness, and maintainability issues.
conventional-commit
Generates standardized commit messages following the Conventional Commits specification.
spec-driven-development
Transforms feature ideas into requirements, design documents, and implementation tasks.
next-cache-components-optimizer
Optimizes Next.js routes for instant navigation using test-driven Cache Components workflows.
frontend-design
Guides creation of distinctive, non-templated visual designs for web UI projects.
vercel-react-best-practices
Applies Vercel performance optimization rules when writing and refactoring React and Next.js code.
grill-me
Runs a structured interview session to challenge and refine a plan or design.
Frequently Asked Questions About sajjad zarepour
FAQPage SchemaWhat tasks can I accomplish with devsajad's skills?▼
You can write and debug Playwright E2E, component, accessibility, and security tests; optimize Next.js routes for instant navigation with Cache Components; review code for security and performance defects; generate Conventional Commits messages; structure features via Requirements-Design-Tasks phases; and refine UI visual design direction.
Who should use these skills?▼
Frontend and full-stack engineers working with Playwright, React, and Next.js benefit most, along with developers performing PR reviews, QA engineers fixing flaky tests, and teams adopting spec-driven development or standardized commit conventions in Claude Code, Cursor, VS Code, or Windsurf.
What are the prerequisites and dependencies?▼
The Next.js cache optimizer requires Next.js 16.3+ with cacheComponents enabled and directs an upgrade if older. Playwright skills assume a Playwright test setup. Spec-driven development lists compatibility with Claude Code, Cursor, VS Code, and Windsurf. Other skills trigger on PR URLs, diffs, or file paths.
Are these skills open source and what do they cost?▼
Most skills are free under the MIT license, including playwright-best-practices, spec-driven-development, and vercel-react-best-practices. The frontend-design skill is governed by complete terms in its bundled LICENSE.txt. No paid tiers or usage fees are specified in the manifest.
How do the testing and performance skills work in practice?▼
The Next.js optimizer encodes instant navigation as a failing @next/playwright instant() e2e test, then iterates one verified route at a time until green, leaving the test as a regression guard. Playwright guidance covers CI/CD configuration, test tags, project dependencies, and performance budgets via Web Vitals and Lighthouse.