Section 01
Create the tracked skill
Create one tracked Skillfully entry for the reusable skill you want to measure.
- Use a name that matches the skill file or workflow.
- Keep separate skills separate in Skillfully.
- Copy the generated snippet only after the skill entry exists.
Section 02
Paste the snippet
The snippet should live where the agent sees completion behavior, not at the top where it distracts from the job.
- Place it near final reporting instructions.
- Preserve the generated skill ID.
- Do not rewrite the endpoint by hand.
Section 03
Keep feedback after the job
Feedback is a final step. The agent should first attempt the work, then send its assessment.
- Avoid feedback prompts in the setup section.
- Ask for feedback even when blocked.
- Keep the final answer useful to the human first.
Section 04
Run a live task
A live task will reveal whether the skill instruction is clear enough for the agent to use without extra coaching.
- Use a real repo or workflow.
- Do not over-explain outside the skill.
- Watch for missing prerequisites.
Section 05
Confirm the first response
After the run, confirm the feedback arrived and that its text is specific enough to drive an edit.
- Check rating, reason, and timestamp.
- Verify the feedback maps to the right skill.
- If nothing arrives, inspect the skill instruction before changing the app.