Agent Skills by 杨琼
Showing 24 vetted skills indexed across 1 GitHub repositories.
Changelog Skill
Generate and maintain project changelogs following Keep a Changelog and Semantic Versioning.
Code Comments Skill
Generate code comments and documentation following language-specific formats.
README Generator
Generate a README.md file with standard project documentation sections.
API Documentation Generator Skill
Generate Markdown API documentation from specifications and examples.
Infrastructure as Code Skill
Provision and manage AWS cloud infrastructure using Terraform configuration files.
Deployment Automation Skill
Automate Blue-Green, Canary, and Rolling deployments with Kubernetes rollback scripts.
Docker Setup Skill
Generate Dockerfiles, .dockerignore, and docker-compose.yml for containerizing applications.
CI/CD Pipeline Skill
Generate automated CI/CD pipeline configurations in YAML for GitHub Actions and GitLab CI/CD.
Optimize Skill
Analyze code for performance bottlenecks and suggest optimizations with before/after examples.
Code Review Skill
Review code for quality, functionality, performance, security, and maintainability.
security-audit
Audit code for OWASP Top 10 vulnerabilities and generate a prioritized report.
Refactor Skill
Analyze code smells and apply refactoring transformations like Extract Method and Rename.
integration-test
Generate integration tests for API endpoints, database operations, and inter-service communication.
Unit Test Generation Skill
Generate unit tests for JavaScript functions using TDD principles.
Test-Driven Development Assistant
Guide the Red-Green-Refactor cycle for Test-Driven Development.
Test Coverage Analysis Skill
Analyze code execution metrics to identify and prioritize missing test cases.
API Builder Skill
Generate Express.js and TypeScript RESTful APIs with validation and error handling.
Database Schema Design Skill
Design normalized PostgreSQL schemas with indexes and constraints.
React Component Generator Skill
Generates functional React components with TypeScript, hooks, and accessibility.
Frontend Optimization Skill
Optimizes web app frontend performance via code splitting, image optimization, memoization, and virtual scrolling.
Data Visualization Skill
Generate line, bar, scatter, histogram, box, and heatmap plots with Matplotlib and Seaborn.
Data Cleaning Skill
Cleans raw datasets by handling missing values, duplicates, and data types.
Statistical Analysis Skill
Perform statistical analyses on datasets using pandas, numpy, scipy, scikit-learn, and seaborn.
Report Generator Skill
Generate HTML data reports from pandas DataFrames with summaries and analyses.