Comprehensive iOS/SwiftUI code review with optional parallel agents
Langue du texte source : anglais
Menu
Skills dans ce dépôt
SkillsMP a collecté 1 032 skills depuis deathrashed/agents. Ouvrez un skill pour examiner sa source et ses détails.
deathrashed/agentsAffichage de 40 skills collectés sur 1 032.
Comprehensive iOS/SwiftUI code review with optional parallel agents
Langue du texte source : anglais
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Langue du texte source : anglais
Reviews Swift Testing code for proper use of
Langue du texte source : anglais
Reviews URLSession networking code for iOS/macOS. Covers async/await patterns, request building, error handling, caching, and background sessions.
Langue du texte source : anglais
Comprehensive Python/FastAPI backend code review with optional parallel agents
Langue du texte source : anglais
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Langue du texte source : anglais
Comprehensive React/TypeScript frontend code review with optional parallel agents
Langue du texte source : anglais
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Langue du texte source : anglais
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,…
Langue du texte source : anglais
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.
Langue du texte source : anglais
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.
Langue du texte source : anglais
Comprehensive Rust code review with optional parallel agents
Langue du texte source : anglais
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Langue du texte source : anglais
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,…
Langue du texte source : anglais
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…
Langue du texte source : anglais
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…
Langue du texte source : anglais
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,
Langue du texte source : anglais
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…
Langue du texte source : anglais
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,…
Langue du texte source : anglais
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…
Langue du texte source : anglais
Analyze repo, detect stack, trace changes to user-facing entry points, generate E2E YAML test plan
Langue du texte source : anglais
Execute YAML test plan, stop on first failure, output rich debug prompt
Langue du texte source : anglais
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…
Langue du texte source : anglais
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".
Langue du texte source : anglais
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 /…
Langue du texte source : anglais
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.
Langue du texte source : anglais
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…
Langue du texte source : anglais
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…
Langue du texte source : anglais
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…
Langue du texte source : anglais
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,…
Langue du texte source : anglais
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…
Langue du texte source : anglais
Fetches real-time and historical market data, financial news, and fundamental data for trading decisions
Langue du texte source : anglais
Backend specialist for APIs, databases, authentication with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.
Langue du texte source : anglais
Design-first ideation that explores user intent, constraints, and approaches before any planning or implementation. Use for brainstorming, ideation, exploring concepts, and evaluating approaches.
Langue du texte source : anglais
Create git commits following Conventional Commits specification with project-specific branch naming rules. Use for commit message generation, changelog, and versioning.
Langue du texte source : anglais
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.
Langue du texte source : anglais
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…
Langue du texte source : anglais
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.
Langue du texte source : anglais
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…
Langue du texte source : anglais
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.
Langue du texte source : anglais