BF travel-buddy
Discover, compare, and plan trips from incomplete traveler needs, then revise them when constraints change. Use loopback HTML forms for first-trip intake and opt-in local traveler profiles; save booking-ready, day-by-day travel HTML/JSON. Use for travel inspiration, 旅行目的地发现(去哪儿), destination comparisons, itineraries, travel profiles, or changed travel requirements.
Discover, compare, and plan trips from incomplete traveler needs, then revise them when constraints change.
As a process F 43/100 · Will not run — References files that are not bundled: templates/personal-travel-profile.json, templates/final-trip-plan.json
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 2
✓ No critical or high findings
Medium and low: 2
-
low Dangerous commands
cmd-background-processscripts/serve_trip_intake.py:683Starts a background / autostarted process (string literal in code, not executed)setsid, so a detached run IS the session leader and stays quiet: its output goes to a log an
code literal -
low Dangerous commands
cmd-background-processscripts/start_intake_workflow.py:435Starts a background / autostarted process (string literal in code, not executed)start_new_session=True (setsid) on POSIX, DETACHED_PROCESS|CREATE_NEW_PROCESS_GROUP on
code literal
Files scanned: 46. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 28573 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: templates/personal-travel-profile.json - warning
missing-refreference to a missing file: templates/final-trip-plan.json
Process rating: all ten parameters 43/100
- 0Tools and files. 2 referenced file(s) missing: templates/personal-travel-profile.json, templates/final-trip-plan.json
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 10Execution cost. Instruction body is 28573 tokens: crowds the task out of the window
- 30Running it twice. 27 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 100Steps. 116 steps
- 100Failures and branches. 3 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low The response is described with custom markup (22 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- -5TODO / placeholder text left in the skill
- -34 of 24 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 367: enough signal without eating the budget
- +4Structure: 24 headings
- +3Step-by-step instructions: 116 items
- +4Has examples (0 code blocks)
- +4Reference files are cited in the instructions (8 of 10)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 61.