MR

@Mike Rodriguez

Senior software engineer. React, TypeScript, and clean code advocate.

8 Prompts
264 Stars
119 Forks
0 Followers

Published Prompts

View Error Debugging Assistant
Error Debugging Assistant
M

by @Mike Rodriguez

Help me debug this error. Error Information - Error Message: - Stack Trace (if available): Context - Language/Framework: {{techstack}} - What I Was Trying To Do: {{actionattempted}} - When It Occurs: {{when_occurs}} ##
View Git Commit Message Writer
Git Commit Message Writer
M

by @Mike Rodriguez

Write a git commit message for the following changes. Changes Made {{changesdescription}} Commit Style {{commitstyle}} Related Context {{context}} --- Commit Message Format Conventional Commits Style Types - feat:
View Pull Request Description Generator
Pull Request Description Generator
M

by @Mike Rodriguez

Generate a pull request description for the following changes. PR Context - Type: {{prtype}} - Related Issue/Ticket: {{issuereference}} - Breaking Changes: {{breakingchanges}} Code Changes Summary {{changessummary}} --- PR Description Format Title [Type]: Brief desc
View Technical Documentation Writer
Technical Documentation Writer
M

by @Mike Rodriguez

Write technical documentation for {{featureorapi}}. Documentation Context - Audience: {{audience}} - Tech Stack: {{techstack}} - Documentation Style: {{docstyle}} --- Documentation Structure 1. Overview - What is this feature/API? - Why would someone use it? - Key benef
View Unit Test Generator
Unit Test Generator
M

by @Mike Rodriguez

Generate comprehensive unit tests for the following code. Test Framework {{testframework}} Code to Test Testing Context {{testingcontext}} --- Test Requirements 1. Test Structure - Describe blocks for logical grouping - Clear test names that descr
View API Endpoint Design
API Endpoint Design
M

by @Mike Rodriguez

Design a RESTful API endpoint for {{featuredescription}}. Context - Application: {{appcontext}} - Existing Entities: {{existingentities}} - Authentication: {{authmethod}} --- Deliverables 1. Endpoint Specification URL Structure ``` {{http_method}} /api/v1/{{resour
View React Component Generator
React Component Generator
M

by @Mike Rodriguez

Create a production-ready React component for a {{componentname}}. Component Description {{description}} Technical Requirements - Framework: React 18+ with TypeScript - Styling: {{stylingapproach}} - State Management: React hooks (useState, useReducer if complex) --- Deliv
View Code Review Checklist Generator
Code Review Checklist Generator
M

by @Mike Rodriguez

Review the following {{language}} code and provide a comprehensive code review. Code Context {{code_context}} Code to Review --- Review Categories 1. Bugs & Logic Errors - Potential runtime errors - Edge cases not handled - Logic flaws - Off-by-one erro