Conversation
pulse://overview rule 10 restricts the beginner-products/{id} template to
listing ids and skips seller grain. This skill asks for the Vendedor name to
link to "the seller's JoomPulse page". In a live run every one of those links
was built from a shopId and 404ed — nine dead URLs in a single answer.
Two places were promising it:
- the presentation rule in the body, which now states the name is plain text
and why;
- the frontmatter description, which advertised "...listing-type counts, with
a JoomPulse link each". That one matters more than it looks: descriptions
are injected into the system prompt for skill selection, so the promise
shipped even in conversations where this skill never loaded.
Nothing else changes — no column, threshold or ranking rule is touched.
fiharet34
force-pushed
the
fix/no-seller-joompulse-link
branch
from
September 11, 2026 11:05
e48a332 to
0cf23ab
Compare
fiharet34
pushed a commit
to fiharet34/joompulse-skills
that referenced
this pull request
Sep 14, 2026
Both branches rewrote the same two passages. Resolved by keeping this branch's fuller field list and its added guidance, and taking joomcode#41's correction throughout: sellers have no JoomPulse page, so the Vendedor name is plain text and the description no longer promises a link per seller. Merging it here rather than leaving the clash for whoever lands these second. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
fiharet34
marked this pull request as ready for review
September 14, 2026 12:58
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.
The Vendedor name linked to a seller's JoomPulse page. Sellers have no such page: the dashboard link template is for listing ids only, so a URL built from a shopId 404s.
The name is now plain text, and the skill's description no longer promises a link per seller.
🤖 Generated with Claude Code