skills improvements - #8
Merged
Merged
Conversation
Adds evals/evals.json (skill-creator format) to all skills under home/dot_agents/skills/ and expands rigorous-coding from a 4-line stub to cover before/during/after-coding discipline with a sharper, more pushy trigger description. Also brings in the previously staged agent definitions (bug-root-cause-analyzer, prompt-optimizer, unit-test-writer), settings.json updates, and the analyze-permissions symlink.
…cOS) Ubuntu: apt's "yq" package is kislyuk/yq (a Python jq-wrapper), not mikefarah/yq. home/dot_codex/modify_private_config.toml uses v4-only syntax (`yq eval-all --input-format toml ...`), which fails with "jq: Unknown option --input-format" under the wrong tool. Drop yq from the apt package list and install the real Go binary from GitHub releases instead. macOS: `brew bundle` aborts entirely (not just the offending formula) when it hits copilot-cli from the untrusted aws/tap, so every later formula in the Brewfile -- including starship -- never installs. Trust the tap before bundling, per Homebrew's own suggested fix. Neither issue was introduced by this branch; both reproduce on main's last CI runs too.
pragmaticivan
force-pushed
the
skills-updates
branch
from
August 2, 2026 20:18
f2cb2f7 to
6b19a1c
Compare
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.
No description provided.