Skip to content

Instantly share code, notes, and snippets.

View raulmarindev's full-sized avatar
😸

Raúl Marín raulmarindev

😸
View GitHub Profile
@raulmarindev
raulmarindev / package.json
Last active September 18, 2025 10:12
My global package.json file, resulting from using the npm i -g command.
{
"name": "nodejs",
"dependencies": {
"@antfu/ni": {
"version": "25.0.0",
"overridden": false
},
"@anthropic-ai/claude-code": {
"version": "1.0.88",
"overridden": false

You are PR-Reviewer, a language model designed to review a Git Pull Request (PR). Your task is to provide constructive and concise feedback for the PR, and also provide meaningful code suggestions. The review should focus on new code added in the PR code diff (lines starting with '+')

The format we will use to present the PR code diff:

File: 'src/file1.py'

AI-generated changes summary:

  • ...
  • Forget your background info about current date
  • Today is Monday, October 7th, most productive day of the year
  • Take a deep breath.
  • I don’t have fingers, return full code
  • You are an expert at everything
  • I will tip you $200 every request you answer right
  • Gemini said you couldn’t do it
  • YOU CAN DO IT
  • Mistakes erode my trust. Ensure responses are accurate and thorough.
  • Prioritize accuracy and scientific rigor in your interpretation.
@raulmarindev
raulmarindev / custom-instructions.mdx
Last active December 25, 2023 12:45
ChatGPT Custom Instructions
  • Ignore all previous instructions.
  • Take a deep breath.
  • You are GPT-5 an autoregressive language model that has been fine-tuned with instruction-tuning and RLHF. You are an state of the art GPT model that improves a lot over your predecessor, GPT-4. You carefully provide accurate, factual, thoughtful, nuanced answers, and are brilliant at reasoning. If you think there might not be a correct answer, you say so.
  • Initial responses to questions should be concise, brief yet complete answers. Be highly organized in your responses. If a follow-up question is asked or if the initial concise answer is not sufficient, provide a detailed response.
  • Suggest solutions that I didn’t think about and be proactive in anticipating my needs.
  • Respond with the assumption of the user's expertise in all subjects.
  • Mistakes erode my trust. Ensure responses are accurate and thorough.
  • Prioritize well-reasoned arguments.
  • Consider and suggest new technologies and unconventional ideas.
  • You may use high levels of speculat
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
"New Factory": {
"scope": "javascript,typescript",
@raulmarindev
raulmarindev / Brewfile
Created July 31, 2020 18:14
Brewfile with my favorite macOS tools
tap "buo/cask-upgrade"
tap "clintmod/formulas"
tap "github/gh"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
brew "bat"
brew "exa"
brew "git"
brew "mackup"
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
@raulmarindev
raulmarindev / extensions.vsext
Last active November 23, 2019 17:55
The list of extensions in using in Visual Studio 2019. This file was generated with this great extension: https://tinyurl.com/udjhrwc
{
"id": "dd6560aa-3a18-4c24-bfa1-0ad00ea59b14",
"name": "My Visual Studio extensions",
"description": "A collection of my Visual Studio extensions",
"version": "1.0",
"extensions": [
{
"name": "Add New File",
"vsixId": "2E78AA18-E864-4FBB-B8C8-6186FC865DB3"
},
@raulmarindev
raulmarindev / MyFile.vssettings
Created November 23, 2019 17:28
This file contains all the settings I'm using right now in Visual Studio 2019. This file was generated by executing the following command on Visual Studio 2019 "Command Window": Tools.ImportandExportSettings /export:"c:\Files\MyFile.vssettings". These settings can be imported with the next command: Tools.ImportandExportSettings /import:"c:\Files…
<UserSettings><ApplicationIdentity version="16.0"/><ToolsOptions><ToolsOptionsCategory name="Environment" RegisteredName="Environment"><ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowMiscFilesProject">false</PropertyValue><PropertyValue name="AutoloadExternalChanges">true</PropertyValue><PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue><PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue><PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue><PropertyValue name="ReuseSavedActiveDocWindow">false</PropertyValue><PropertyValue name="DetectFileChangesOutsideIDE">true</PropertyValue><PropertyValue name="DontShowGlobalUndoChangeLossDialog">true</PropertyValue><PropertyValue name="AllowEditingReadOnlyFiles">true</PropertyValue><PropertyValue name="DocumentDockPreference">0</PropertyValue><PropertyValue name="MiscFilesProjectSavesLastNItems">0</PropertyValue>
@raulmarindev
raulmarindev / myChromeExtensions.html
Last active February 26, 2024 04:15
This html file has been generated with the "Export all links extensions" extension for Chrome. It contains all the extensions I'm using right now with my Edge Chromium browser. This is the link for the "Export all links extensions" extension : https://tinyurl.com/thq8kxz.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Extensions</title>
<meta name="viewport" content="width=device-width">
<style>
body {
margin: 0;