Skip to content

Instantly share code, notes, and snippets.

View pedpess's full-sized avatar
🦄
unicorn, yay!

Pedro Pessoa pedpess

🦄
unicorn, yay!
View GitHub Profile
name allowed-tools description
compact-hard
Bash(git *)
Make a strict compact of the conversation

Create Summary

Your task is to create a detailed summary of the conversation so far, paying close attention to the user's explicit requests and your previous actions. This summary should be thorough in capturing technical details, code patterns, and architectural decisions that would be essential for continuing development work without losing context.

Code Review

Perform a comprehensive code review of changes in the current branch or a specified GitHub PR.

Instructions

You are performing a code review. Follow these steps carefully:

  1. Determine the review scope:
  • If a GitHub PR URL is provided, use gh pr view --json title,body,url,files to get PR details
@pedpess
pedpess / remotedata.md
Created March 6, 2019 08:32
RemoteData example from Elm to use in TS
import ApiError from './ApiError';

interface NotFetched {
  kind: 'NotFetched'
}
interface IsFetching {
  kind: 'IsFetching'
}
interface Fetched {
@pedpess
pedpess / rnstudy.md
Last active May 2, 2022 04:31
React Native Study Notes

React Native Study Notes

(by @pedpess)


These are my own paper version notes meeting the digital world. They are related to my learnings from 2017-18, or just stuff I thought would be nice to keep a record during the time I was grasping React Native to use in several projects of mine.

I also did a study notes about Javascript. Check it out! ;)

@pedpess
pedpess / jstudy.md
Last active May 31, 2022 09:48
Javascript Study Notes

Javascript Study Notes

(by @pedpess)


These are my own paper version notes meeting the digital world. They are related to my learnings from 2017-18, or just stuff I thought would be nice to keep a record during the time I was grasping some Javascript topics.

PS: Don't expect all the material here to be 100% accurate or up-to-date. If you find some part that's wrong, or missing or old, please send me a comment to fix! :)