aj-geddes/useful-ai-prompts
These skills were imported into SkillJury from the public skills ecosystem.
security-compliance-audit
by aj-geddes/useful-ai-prompts
Systematic evaluation of security controls, policies, and procedures to ensure compliance with industry standards and regulatory requirements.
business-case-development
by aj-geddes/useful-ai-prompts
A strong business case combines financial analysis, strategic alignment, and risk assessment to justify investment decisions and secure leadership approval.
e2e-testing-automation
by aj-geddes/useful-ai-prompts
End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating...
access-control-rbac
by aj-geddes/useful-ai-prompts
Implement comprehensive Role-Based Access Control systems with permissions management, attribute-based policies, and least privilege principles.
gitlab-cicd-pipeline
by aj-geddes/useful-ai-prompts
Create comprehensive GitLab CI/CD pipelines that automate building, testing, and deployment using GitLab Runner infrastructure and container execution.
security-testing
by aj-geddes/useful-ai-prompts
Security testing identifies vulnerabilities, weaknesses, and threats in applications to ensure data protection, prevent unauthorized access, and maintain system integrity. It combines automated scanning (SAST, DAST) with manual penetration testing and code review.
color-accessibility
by aj-geddes/useful-ai-prompts
Accessible color design ensures all users, including those with color vision deficiency, can access and understand information.
push-notification-setup
by aj-geddes/useful-ai-prompts
Implement comprehensive push notification systems for iOS and Android applications using Firebase Cloud Messaging and native platform services.
image-optimization
by aj-geddes/useful-ai-prompts
Images typically comprise 50% of page weight. Optimization dramatically improves performance, especially on mobile networks.
react-component-architecture
by aj-geddes/useful-ai-prompts
Build scalable, maintainable React components using modern patterns including functional components, hooks, composition, and TypeScript for type safety.
backup-disaster-recovery
by aj-geddes/useful-ai-prompts
Design and implement comprehensive backup and disaster recovery strategies to ensure data protection, business continuity, and rapid recovery from infrastructure failures.
design-patterns-implementation
by aj-geddes/useful-ai-prompts
Apply proven design patterns to create maintainable, extensible, and testable code architectures.
websocket-implementation
by aj-geddes/useful-ai-prompts
Build scalable WebSocket systems for real-time communication with proper connection management, message routing, error handling, and horizontal scaling support.
aws-s3-management
by aj-geddes/useful-ai-prompts
Amazon S3 provides secure, durable, and highly scalable object storage. Manage buckets with encryption, versioning, access controls, lifecycle policies, and cross-region replication for reliable data storage and retrieval.
kubernetes-deployment
by aj-geddes/useful-ai-prompts
Master Kubernetes deployments for managing containerized applications at scale, including multi-container services, resource allocation, health checks, and rolling deployment strategies.
static-code-analysis
by aj-geddes/useful-ai-prompts
Use automated tools to analyze code without executing it, catching bugs, security issues, and style violations early.
api-rate-limiting
by aj-geddes/useful-ai-prompts
Protect APIs from abuse and manage traffic using various rate limiting algorithms with per-user, per-IP, and per-endpoint strategies.
app-store-deployment
by aj-geddes/useful-ai-prompts
Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures.
mobile-app-debugging
by aj-geddes/useful-ai-prompts
Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions.
agile-sprint-planning
by aj-geddes/useful-ai-prompts
Agile sprint planning provides a structured approach to organize work into time-boxed iterations, enabling teams to deliver value incrementally while maintaining flexibility and responding to change.
bundle-size-optimization
by aj-geddes/useful-ai-prompts
Smaller bundles download faster, parse faster, and execute faster, dramatically improving perceived performance especially on slower networks.
technical-roadmap-planning
by aj-geddes/useful-ai-prompts
A technical roadmap provides a strategic plan for technology evolution, guiding architectural decisions, infrastructure investments, and capability development aligned with business objectives.
information-architecture
by aj-geddes/useful-ai-prompts
Information Architecture creates logical structures that help users find and understand information easily.
internationalization-i18n
by aj-geddes/useful-ai-prompts
Comprehensive guide to implementing internationalization and localization in applications. Covers message translation, pluralization, date/time/number formatting, RTL languages, and integration with popular i18n libraries.