
Claude Skills by berkcangumusisik
github.com/berkcangumusisikShows contribution stats, hotspot files, and commit patterns for the repo
Creates or improves GitHub Actions CI/CD workflows
Generates or reviews a GraphQL schema with types, queries, mutations, and resolvers
Finds hardcoded strings that should be internationalized and generates translation keys
Analyzes the impact of changing a file or function - what else would break
Adds inline comments to complex or non-obvious code sections
Adds JSDoc/TSDoc comments to all public functions and types in a file
Analyzes and fixes common Lighthouse performance score issues
Fixes all auto-fixable lint errors and explains the non-auto-fixable ones
Analyzes log output or a log file to find errors, patterns, and anomalies
Finds potential memory leaks - uncleaned listeners, unclosed connections, growing caches
Finds all merge conflict markers in the repo and resolves them with explanation
Generates a database migration file for schema changes
Checks migration status, runs pending migrations, and verifies the result
Sets up or audits deep linking for React Native / Expo apps
Audits React Native app for performance issues - FlatList, re-renders, bridge calls
Generates mock data factories and API mocks for testing
Generates an OpenAPI 3.0 spec from existing route definitions
Finds performance bottlenecks in code - N+1 queries, unnecessary re-renders, blocking operations
Creates a pull request from the current branch with a generated title and description
Mevcut PR'ı veya belirtilen PR numarasını kapsamlı şekilde inceler
Optimizes database queries - adds indexes, rewrites N+1s, batches requests
Adds rate limiting to API endpoints with Redis or in-memory storage
Creates a custom React hook with TypeScript types, tests, and usage example
Generates a React Native component with platform-specific styles and accessibility
Updates README.md to reflect the current state of the project
Refactors a file or function for clarity, maintainability, and performance without changing behavior
Generates release notes from commits since the last tag
Safely renames a function, variable, type, or class across the entire codebase
Reviews or designs a RESTful API following best practices
Reviews database schema for normalization issues, missing indexes, and naming problems
Scans the codebase for accidentally committed secrets, tokens, and credentials
Audits a file or directory for security vulnerabilities (OWASP Top 10 focus)
Creates or updates database seed files for development and testing