chore(agents): update agent skills#302
Conversation
993c3f5 to
7eda534
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 993c3f5e79
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Create the Pull Request | ||
|
|
||
| **IMPORTANT**: Read and use the PR template at `.github/pull_request_template.md` or `.github/PULL_REQUEST_TEMPLATE.md`. The PR body format must **strictly match** the template structure. Do not deviate from the template format. | ||
| **IMPORTANT**: Read and use the PR template at `.github/pull_request_template.md`. The PR body format must **strictly match** the template structure. Do not deviate from the template format. |
There was a problem hiding this comment.
Use the tracked PR template filename
When an agent follows this skill to create a PR, it will try to read .github/pull_request_template.md, but this repository tracks only .github/PULL_REQUEST_TEMPLATE.md. The previous wording accepted both paths; restore the existing uppercase path (or the fallback) so generated PRs can load the required template.
Useful? React with 👍 / 👎.
| - No emoji, plain text markers only | ||
| - Under 144 lines total | ||
| <!-- /skilld:api-changes --> | ||
| Use `skilld search "query" -p evlog` instead of grepping `.skilld/` directories. Run `skilld search --guide -p evlog` for full syntax, filters, and operators. |
There was a problem hiding this comment.
Invoke skilld through the project-local runner
Outside package-script execution, skilld is not added to the shell PATH, so agents following this newly changed command will fail even after dependencies are installed. Use pnpm exec skilld … (or retain the prior npx -y skilld … fallback) so the documented search workflow works in a normal repository checkout.
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #302 +/- ##
=======================================
Coverage 71.53% 71.53%
=======================================
Files 167 167
Lines 3302 3302
Branches 702 702
=======================================
Hits 2362 2362
Misses 447 447
Partials 493 493
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f46c13104d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ## Search | ||
|
|
||
| Use `pnpm exec skilld search "query" -p prisma` instead of grepping `.skilld/` directories. Run `pnpm exec skilld search --guide -p prisma` for full syntax, filters, and operators. |
There was a problem hiding this comment.
Restore the search index before directing agents to query it
In a fresh checkout, this command returns No docs indexed for "prisma": the referenced .skilld directory is gitignored and is not tracked with this newly added Codex skill. Since this is a must-use skill whose substantive references are all under that missing directory, agents cannot retrieve Prisma guidance unless setup first runs skilld install; restore the references during setup or instruct the skill to install them before searching.
Useful? React with 👍 / 👎.
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
0ba9f08 to
906e1fa
Compare
🔗 Linked issue
N/A — routine skill synchronization.
🧭 Context
Refresh the repository-managed agent skills after running the configured update tools.
📚 Description
Validated with
pnpm build,pnpm lint:fix,pnpm typecheck, andpnpm test.Need help on this PR? Tag
/codesmithwith what you need. Autofix is enabled.Confidence Score: 5/5
Safe to merge with minimal runtime risk.
The changes are limited to generated skill documentation, skill lock metadata, symlinks, and a development prepare script. No verified bugs were found in the changed files.
No files require special attention.
What T-Rex did
Reviews (4): Last reviewed commit: "fix(agents): restore skilld references v..." | Re-trigger Greptile