A technical deep-dive into how I integrate AI capabilities across four production Go projects.
| description | argument-hint | model |
|---|---|---|
Address PR review comments, make fixes, reply, and resolve |
<pr-number> |
claude-opus-4-5-20251101 |
Automates addressing pull request review feedback: analyze comments, make fixes, reply to explain changes, resolve threads, and request re-review from @codex.
This document summarizes the documentation work completed on litestream.io over the past ~60 days.
| Metric | Count |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package litestream | |
| import ( | |
| "bytes" | |
| "context" | |
| "database/sql" | |
| "encoding/binary" | |
| "errors" | |
| "fmt" | |
| "hash/crc64" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Litestream v0.5.0 Critical Bug Reproduction Script | |
| # | |
| # This script demonstrates a CRITICAL data loss bug where restore fails | |
| # after Litestream is interrupted and a checkpoint occurs during downtime. | |
| # | |
| # Requirements: | |
| # - litestream binary (built from current main branch) | |
| # - litestream-test binary (from PR #748 or build with: go build -o bin/litestream-test ./cmd/litestream-test) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Litestream Test Harness Demonstration Script | |
| # This script demonstrates the litestream-test harness capabilities | |
| set -e | |
| # Colors for output | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' |
This guide shows how to automatically update the date in your global ~/.claude/CLAUDE.md file every time you start Claude Code, bypassing the broken global hooks system.
Claude Code v1.0.110+ has a bug where global hooks in ~/.claude/settings.json don't execute during session startup. This prevents automatic date updates in your global CLAUDE.md file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am corylanou on github. | |
| * I am corylanou (https://keybase.io/corylanou) on keybase. | |
| * I have a public key ASCG-v26KSD7VXilPC9tj_ycCtEzm1hn2vp7ifk_nyczFgo | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package http | |
| import ( | |
| "bytes" | |
| "compress/gzip" | |
| "net/http" | |
| "strings" | |
| ) | |
| type gzipFilter struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =IF(10-RIGHT((((MID(G123;1;1) + MID(G123;3;1) + MID(G123;5;1) + MID(G123;7;1) + MID(G123;9;1) + MID(G123;11;1))*3) + (MID(G123;2;1) + MID(G123;4;1) + MID(G123;6;1)+MID(G123;8;1)+MID(G123;10;1)+MID(G123;12;1)))/10*10;1)=10;0;10-RIGHT((((MID(G123;1;1) + MID(G123;3;1) + MID(G123;5;1) + MID(G123;7;1) + MID(G123;9;1) + MID(G123;11;1))*3) + (MID(G123;2;1) + MID(G123;4;1) + MID(G123;6;1)+MID(G123;8;1)+MID(G123;10;1)+MID(G123;12;1)))/10*10;1)) |
NewerOlder