Production-ready Mistral AI skills for developers and enterprises
19 skills available
Design RESTful APIs from plain-language requirements. Produces OpenAPI 3.0-compatible endpoint definitions with request/response schemas, status codes, auth patterns, and pagination strategy.
Write technical blog posts from an outline or topic. Produces SEO-optimized, developer-friendly content with code examples, analogies, and a clear narrative arc.
Multi-pass code review analyzing logic errors, security issues, performance bottlenecks, and style consistency. Returns confidence-scored findings with actionable fix suggestions.
Write conventional commit messages from git diffs. Follows Conventional Commits spec with type, scope, subject, body, and breaking change footers. Understands code context to write meaningful messages.
Save project decisions, architecture notes, and lessons learned to structured context files. Enables persistent memory across AI coding sessions in Mistral Vibe and other tools.
Audit package manifests for outdated dependencies, known vulnerability patterns, license risks, and bloat. Works with package.json, requirements.txt, Gemfile, go.mod, and Cargo.toml.
Generate API documentation, README files, architecture decision records (ADRs), and changelogs from code analysis. Supports multiple documentation formats and follows established conventions.
Draft professional emails from bullet points or intent. Handles sales outreach, follow-ups, internal announcements, escalations, and partnership proposals with appropriate tone calibration.
Analyze code, data flows, and processes for GDPR compliance gaps. Identifies personal data handling, missing consent mechanisms, retention policy violations, and data subject rights gaps.
Write structured incident reports and postmortems from raw notes or a timeline. Produces blameless postmortems with impact analysis, root cause, timeline, and action items following SRE best practices.
Audit open source dependency licenses for compatibility with your project's license and commercial use restrictions. Flags copyleft, viral, and unknown licenses with risk assessment.
Build, explain, and test regular expressions from natural language descriptions. Provides the pattern, step-by-step breakdown, edge cases, and test strings.
Generate human-readable release notes from git commit history or a list of changes. Groups changes by type, highlights breaking changes, and calibrates technical depth to audience.
Extract structured user stories, acceptance criteria, and technical requirements from business documents, meeting notes, or feature descriptions. Outputs INVEST-compliant user stories with Gherkin acceptance criteria.
Generate operational runbooks for services, deployments, and incident response. Produces step-by-step procedures with verification steps, rollback instructions, and escalation paths.
Scan code for OWASP Top 10 vulnerabilities, dependency risks, and security anti-patterns. Outputs a structured report with severity levels and fix suggestions.
Break down features into structured implementation tasks with file paths, test requirements, complexity estimates, and dependency ordering. The planning tool Mistral Vibe is missing.
Build SQL queries from natural language questions. Supports SELECT, aggregations, JOINs, window functions, and CTEs. Explains each query component and suggests indexes.
Generate unit and integration tests for any function or module. Produces edge case coverage, mocks for dependencies, and test descriptions following AAA (Arrange-Act-Assert) pattern.