fix(skills): quote local task agent description - #71303
Merged
Merged
Conversation
hpouillot
marked this pull request as ready for review
July 15, 2026 18:37
hpouillot
enabled auto-merge (squash)
July 15, 2026 18:38
|
Note 🤖 stamphog review failed before producing a verdict Check the workflow run and re-apply the label to retry. Updated in place from an earlier stamphog review. |
Contributor
|
Reviews (1): Last reviewed commit: "fix(skills): quote local task agent desc..." | Re-trigger Greptile |
There was a problem hiding this comment.
Trivial one-line YAML quoting fix in a skill's markdown frontmatter, diff matches description exactly, no risk or behavior change.
- 👍 on the PR from greptile-apps[bot], hex-security-app[bot].
Gate mechanics and policy version
| Gate | Result | |
|---|---|---|
| prerequisites | ✓ | all clear |
| deny-list | ✓ | no deny categories matched |
| size | ✓ | 0L, 0F substantive, 2L/1F incl. docs/generated/snapshots — within ceiling |
| tier | ✓ | T0 auto-approve: T0-deterministic (2L, 1F, single-area, fix) |
| stamphog 2.0.0b3 | .stamphog/policy.yml @ ce8cc76 · reviewed head add481e |
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.
Problem
The local task agent debugging skill has an unquoted colon in its YAML description. Skill loaders interpret it as a nested mapping and report a conflict.
Changes
Quote the full description so the frontmatter parses as a string.
How did you test this code?
bin/hogli lint:skills. All 117 skills passed; two unrelated stale-reference advisories remain.bin/hogli ci:preflight --fixsuccessfully.👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Automatic notifications
Docs update
No docs update is needed for this frontmatter parsing fix.
🤖 Agent context
Autonomy: Human-driven (agent-assisted)
Pi coding agent made the targeted metadata change. No session link is available. It used the
/writing-skills,/running-ci-preflight, and/prskills. The description was quoted rather than rewritten to preserve its discovery behavior.