Improve skill quality: phase 0 fix, failure modes, tmp isolation, layered triggers, session cleanup - #13
Closed
opensouth21 wants to merge 1 commit into
Closed
Conversation
…, layered triggers, session cleanup 3 files changed, 191 insertions(+), 13 deletions(-) Changes: - browser-act/SKILL.md: Split description into layered triggers, add Pre-flight Check (CLI → core guide → version), add 4 failure modes (install, truncation, session leak, auth) - browser-act-skill-forge/SKILL.md: Replace 'Already completed→skip' with full 3-level tool detection (CLI→version→key), add 6 failure modes (CLI, key, exploration cap, generation, test, tmp conflict), per-instance tmp directories - output_template.md: Add Session Cleanup section to generated SKILL.md Note: install command kept flexible (no version pin) because PyPI version (1.0.5) differs from SKILL.md schema version (2.0.2). Runtime version compatibility is enforced via CLI's built-in handshake.
Contributor
|
Thank you for the contribution. The PR contains several useful ideas, particularly session However, we cannot merge it as-is because some changes introduce compatibility and safety
For future contributions, could you please split independent changes into several smaller, |
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.
Quality improvement pass on 2 core SKILL.md files and 1 reference template. 3 files changed, 191 insertions, 13 deletions.
Changes
browser-act/SKILL.md
browser-act-skill-forge/SKILL.md
output_template.md
Design note
Install command left flexible because PyPI version (1.0.5) differs from schema version (2.0.2). Runtime compatibility via CLI built-in handshake.