feat: Split bot capabilities into individual skill files under .github/skills/#12
Merged
Merged
Conversation
Co-authored-by: lipnelz <174376617+lipnelz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove SKILL.md and separate into individual skills
Split bot capabilities into individual skill files under .github/skills/
Mar 14, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SKILL.mddid not exist in the repo; the request was to document each bot capability as a separate, detailed skill file in.github/skills/.Changes
SKILL.md(root) — lightweight index table linking to all skill files.github/skills/node-monitoring.md—/node: JSON-RPC interrogation,extract_address_data, balance snapshot with threading lock, validation chart lifecycle.github/skills/balance-history.md—/hist+/flush: JSON persistence format,filter_last_24h/filter_since_midnight, chart generation, ConversationHandler confirmation flows, legacy key format compatibility.github/skills/scheduled-reports.md— APScheduler every 60 min, async/sync bridge (run_coroutine_threadsafevsrun_until_complete), report logic at 7h/12h/21h, balance delta calculation, node-down detection criteria.github/skills/crypto-prices.md—/btcvia API-Ninjas (auth header),/masvia two parallel MEXC endpoints (asyncio.gather), HTTP retry wrapper.github/skills/system-monitoring.md—/hi(git hash),/temperature(psutil, Linux-only sensors),/perf(RPC latency + uptime from history density), legacy timestamp parsing.github/skills/docker-management.md— full/dockerConversationHandler state machine, Docker SDK socket usage,exec_massa_clientflow (buy/sell rolls input → confirm → exec), why@auth_requiredis not used on entry points.github/skills/authentication.md—@auth_requiredvs@cb_auth_required(callback queries returnConversationHandler.END), manual auth pattern forConversationHandlerentry points, whitelist loading fromtopology.jsonOriginal prompt
Created from VS Code.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.