Comprehensive iOS/SwiftUI code review with optional parallel agents
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 1032 skills de deathrashed/agents. Abre una skill para revisar su origen y sus detalles.
deathrashed/agentsMostrando 40 de 1032 skills recopiladas.
Comprehensive iOS/SwiftUI code review with optional parallel agents
Idioma del texto original: inglés
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Idioma del texto original: inglés
Reviews Swift Testing code for proper use of
Idioma del texto original: inglés
Reviews URLSession networking code for iOS/macOS. Covers async/await patterns, request building, error handling, caching, and background sessions.
Idioma del texto original: inglés
Comprehensive Python/FastAPI backend code review with optional parallel agents
Idioma del texto original: inglés
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Idioma del texto original: inglés
Comprehensive React/TypeScript frontend code review with optional parallel agents
Idioma del texto original: inglés
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Idioma del texto original: inglés
Reviews axum web framework code for routing patterns, extractor usage, middleware, state management, and error handling. Use when reviewing Rust code that uses axum, tower, or hyper for HTTP services. Covers axum 0.7+ patterns including State, Path, Query,…
Idioma del texto original: inglés
Reviews Rust FFI code for type safety, memory layout compatibility, string handling, callback patterns, and unsafe boundary correctness. Use when reviewing extern blocks, #[repr(C)] types, bindgen output, or code calling C/C++ libraries.
Idioma del texto original: inglés
Reviews Rust macro code for hygiene issues, fragment misuse, compile-time impact, and procedural macro patterns. Use when reviewing macro_rules! definitions, procedural macros, derive macros, or attribute macros.
Idioma del texto original: inglés
Comprehensive Rust code review with optional parallel agents
Idioma del texto original: inglés
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Idioma del texto original: inglés
Development guidance for writing idiomatic Rust. Use when: (1) writing new Rust functions or modules, (2) choosing between borrowing, cloning, or ownership patterns, (3) implementing error handling with Result types, (4) optimizing Rust code for performance,…
Idioma del texto original: inglés
Reviews Rust code for ownership, borrowing, lifetime, error handling, trait design, unsafe usage, and common mistakes. Use when reviewing .rs files, checking borrow checker issues, error handling patterns, or trait implementations. Covers Rust 2024 edition…
Idioma del texto original: inglés
Guidance for scaffolding new Rust projects. Use when: (1) starting a new Rust project or workspace, (2) configuring Cargo.toml best practices, (3) setting up CI pipelines for Rust, (4) organizing a multi-crate workspace, (5) configuring clippy, rustfmt, and…
Idioma del texto original: inglés
Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 edition changes including async fn in traits for mocks,
Idioma del texto original: inglés
Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs. Use when reviewing Rust code that uses serde, serde_json, toml, or any serde-based serialization format. Covers attribute…
Idioma del texto original: inglés
Reviews sqlx database code for compile-time query checking, connection pool management, migration patterns, and PostgreSQL-specific usage. Use when reviewing Rust code that uses sqlx, database queries, connection pools, or migrations. Covers offline mode,…
Idioma del texto original: inglés
Reviews tokio async runtime usage for task management, sync primitives, channel patterns, and runtime configuration. Covers Rust 2024 edition changes including async fn in traits, RPIT lifetime capture, LazyLock, and if-let temporary scoping. Use when…
Idioma del texto original: inglés
Analyze repo, detect stack, trace changes to user-facing entry points, generate E2E YAML test plan
Idioma del texto original: inglés
Execute YAML test plan, stop on first failure, output rich debug prompt
Idioma del texto original: inglés
OpenProse is a programming language for AI sessions. Activate on ANY `prose` command (prose boot, prose run, prose compile, prose update, etc.), running .prose files, mentioning OpenProse/Prose, or orchestrating multi-agent workflows. The skill intelligently…
Idioma del texto original: inglés
Open a GitHub PR dashboard in the browser. Use when the user asks to see their pull requests, open the PR dashboard, show PRs for a date range, or check PR status. Trigger phrases include "show my PRs", "open PR dashboard", "pull request dashboard".
Idioma del texto original: inglés
Creates, updates, validates, and displays the architectural DNA of a project through two shared documents: docs/specs/architecture.md (technology stack, architectural rules, security constraints, AI guardrails) and docs/specs/ontology.md (domain glossary /…
Idioma del texto original: inglés
Create GitHub Pull Request from specification using pull_request_template.md. Use when: spec needs to be converted to PR, spec is ready for review/merge, need to automate PR creation from specification file with template-based body and title.
Idioma del texto original: inglés
Manage persistent Knowledge Graph for specifications. Provides read, query, update, and validation capabilities for codebase analysis caching. Use when: spec-to-tasks needs to cache/reuse codebase analysis, task-implementation needs to validate task…
Idioma del texto original: inglés
Ralph Wiggum-inspired automation loop for specification-driven development. Orchestrates task implementation, review, cleanup, and synchronization using a Python script. Use when: user runs /loop command, user asks to automate task implementation, user wants…
Idioma del texto original: inglés
Provides final code cleanup after task review approval. Removes debug logs, temporary comments, dead code, optimizes imports, and improves readability. Use when asked to clean up code, polish, finalize, tidy up, remove technical debt, or prepare code for…
Idioma del texto original: inglés
Objective task quality evaluation framework using quantitative KPIs. KPIs are automatically calculated by a hook when task files are modified and saved to TASK-XXX--kpi.json. Use when: reading KPI data for task evaluation, understanding quality metrics,…
Idioma del texto original: inglés
Provides security review capability for TypeScript/Node.js applications, validates code against XSS, injection, CSRF, JWT/OAuth2 flaws, dependency CVEs, and secrets exposure. Use when performing security audits, before deployment, reviewing…
Idioma del texto original: inglés
Fetches real-time and historical market data, financial news, and fundamental data for trading decisions
Idioma del texto original: inglés
Backend specialist for APIs, databases, authentication with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.
Idioma del texto original: inglés
Design-first ideation that explores user intent, constraints, and approaches before any planning or implementation. Use for brainstorming, ideation, exploring concepts, and evaluating approaches.
Idioma del texto original: inglés
Create git commits following Conventional Commits specification with project-specific branch naming rules. Use for commit message generation, changelog, and versioning.
Idioma del texto original: inglés
Guide for coordinating PM, Frontend, Backend, Mobile, and QA agents on complex projects via CLI. Use for manual step-by-step coordination and workflow guidance.
Idioma del texto original: inglés
Database specialist for SQL, NoSQL, and vector database modeling, schema design, normalization, indexing, transactions, integrity, concurrency control, backup, capacity planning, data standards, anti-pattern review, and compliance-aware database design. Use…
Idioma del texto original: inglés
Bug diagnosis and fixing specialist - analyzes errors, identifies root causes, provides fixes, and writes regression tests. Use for bug, debug, error, crash, traceback, exception, and regression work.
Idioma del texto original: inglés
Use when setting up or optimizing developer workflows in a monorepo, managing mise tasks, git hooks, CI/CD pipelines, database migrations, or release automation. Invoke for development environment setup, build automation, testing workflows, and release…
Idioma del texto original: inglés
Frontend specialist for React, Next.js, TypeScript with FSD-lite architecture, shadcn/ui, and design system alignment. Use for UI, component, page, layout, CSS, Tailwind, and shadcn work.
Idioma del texto original: inglés