aj-geddes/useful-ai-prompts
These skills were imported into SkillJury from the public skills ecosystem.
github-actions-workflow
by aj-geddes/useful-ai-prompts
Create powerful GitHub Actions workflows to automate testing, building, security scanning, and deployment processes directly from your GitHub repository.
memory-optimization
by aj-geddes/useful-ai-prompts
Memory optimization improves application performance, stability, and reduces infrastructure costs. Efficient memory usage is critical for scalability.
terraform-infrastructure
by aj-geddes/useful-ai-prompts
Build scalable infrastructure as code with Terraform, managing AWS, Azure, GCP, and on-premise resources through declarative configuration, remote state, and automated provisioning.
oauth-implementation
by aj-geddes/useful-ai-prompts
Implement industry-standard OAuth 2.0 and OpenID Connect authentication flows with JWT tokens, refresh tokens, and secure session management.
requirements-gathering
by aj-geddes/useful-ai-prompts
Effective requirements gathering establishes a shared understanding of what will be built, preventing misalignment and expensive changes later in the project.
root-cause-analysis
by aj-geddes/useful-ai-prompts
Root cause analysis (RCA) identifies underlying reasons for failures, enabling permanent solutions rather than temporary fixes.
technical-debt-assessment
by aj-geddes/useful-ai-prompts
Systematically identify, measure, and manage technical debt to make informed decisions about code quality investments.
project-estimation
by aj-geddes/useful-ai-prompts
Accurate project estimation determines realistic timelines, budgets, and resource allocation. Effective estimation combines historical data, expert judgment, and structured techniques to minimize surprises.
mobile-offline-support
by aj-geddes/useful-ai-prompts
Design offline-first mobile applications that provide seamless user experience regardless of connectivity.
database-migration-management
by aj-geddes/useful-ai-prompts
Implement robust database migration systems with version control, rollback capabilities, and data transformation strategies. Includes migration frameworks and production deployment patterns.
semantic-versioning
by aj-geddes/useful-ai-prompts
Establish semantic versioning practices to maintain consistent version numbering aligned with release significance, enabling automated version management and release notes generation.
visual-regression-testing
by aj-geddes/useful-ai-prompts
Visual regression testing captures screenshots of UI components and pages, then compares them across versions to detect unintended visual changes. This automated approach catches CSS bugs, layout issues, and design regressions that traditional functional tests miss.
web-performance-audit
by aj-geddes/useful-ai-prompts
Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences.
database-query-optimization
by aj-geddes/useful-ai-prompts
Slow database queries are a common performance bottleneck. Optimization through indexing, efficient queries, and caching dramatically improves application performance.
api-authentication
by aj-geddes/useful-ai-prompts
Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices.
database-backup-restore
by aj-geddes/useful-ai-prompts
Implement comprehensive backup and disaster recovery strategies. Covers backup types, retention policies, restore testing, and recovery time objectives (RTO/RPO).
user-guide-creation
by aj-geddes/useful-ai-prompts
Create clear, user-friendly documentation that helps users understand and effectively use your product, with step-by-step instructions, screenshots, and practical examples.
api-gateway-configuration
by aj-geddes/useful-ai-prompts
Design and configure API gateways to handle routing, authentication, rate limiting, and request/response transformation for microservice architectures.
browser-debugging
by aj-geddes/useful-ai-prompts
Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues.
caching-strategy
by aj-geddes/useful-ai-prompts
Implement effective caching strategies to improve application performance, reduce latency, and decrease load on backend systems.
performance-testing
by aj-geddes/useful-ai-prompts
Performance testing measures how systems behave under various load conditions, including response times, throughput, resource utilization, and scalability. It helps identify bottlenecks, validate performance requirements, and ensure systems can handle expected loads.
design-system-creation
by aj-geddes/useful-ai-prompts
A design system is a structured set of components, guidelines, and principles that ensure consistency, accelerate development, and improve product quality.
security-audit-logging
by aj-geddes/useful-ai-prompts
Implement comprehensive audit logging for security events, user actions, and system changes with structured logging, retention policies, and SIEM integration.
code-review-analysis
by aj-geddes/useful-ai-prompts
Systematic code review process covering code quality, security, performance, maintainability, and best practices following industry standards.