with one click
dotfiles
dotfiles contains 5 collected skills from joe-re, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
コードレビュー結果をTODOリストに変換する。ブランチの変更をcode-refactorerでレビューし、改善点を.local/todo/配下にmarkdownファイルとして出力する。
Investigate network connectivity issues by walking the stack from link layer up to application — Wi-Fi/Ethernet, DNS, routing, latency, and TLS. Trigger when the user says the internet is slow, a site won't load, "can't reach X", DNS errors, VPN issues, or asks why a specific host is unreachable.
Find which process is bound to a TCP/UDP port, walk up to its parent, and propose how to free the port. Trigger when the user says a port is already in use, "address already in use", "EADDRINUSE", a dev server fails to start, or asks "who's using port N".
Investigate disk usage and propose safe cleanup actions on Linux. Trigger when the user asks about storage capacity, disk space being full, what's eating disk, or how to free up space.
Investigate high CPU temperature by correlating temperature, load, and runaway processes. Trigger when the user says the CPU is hot, the fan is loud, the machine is throttling, or temperature is above normal.