Skip to content

chore(agents): update agent skills#302

Merged
kodiakhq[bot] merged 3 commits into
mainfrom
t3code/update-skills-tooling
Jul 18, 2026
Merged

chore(agents): update agent skills#302
kodiakhq[bot] merged 3 commits into
mainfrom
t3code/update-skills-tooling

Conversation

@RedStar071

@RedStar071 RedStar071 commented Jul 17, 2026

Copy link
Copy Markdown
Member

🔗 Linked issue

N/A — routine skill synchronization.

🧭 Context

Refresh the repository-managed agent skills after running the configured update tools.

📚 Description

  • Refresh generated skills and their lockfiles.
  • Add newly discovered skills and Claude skill links.
  • No application code or runtime dependencies change.

Validated with pnpm build, pnpm lint:fix, pnpm typecheck, and pnpm test.


View with Codesmith
Need help on this PR? Tag /codesmith with 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.

T-Rex T-Rex Logs

What T-Rex did

  • T-Rex inspected the repository and captured both the initial status and the final status/diff evidence to document progress.
  • Build attempts were blocked: the initial pnpm build failed because the secret was under 32 characters, and later builds and the typecheck were blocked by stale node_modules.
  • Tests failed during Nuxt and Vitest collection with Tsconfig not found and dynamic import failures.
  • Linting of non-mutating code failed with an oxc allocator panic.
  • Final git status/diff evidence was recorded after the validation attempts.

View all artifacts

T-Rex Ran code and verified through T-Rex

Reviews (4): Last reviewed commit: "fix(agents): restore skilld references v..." | Re-trigger Greptile

@RedStar071
RedStar071 force-pushed the t3code/update-skills-tooling branch from 993c3f5 to 7eda534 Compare July 17, 2026 10:38
@RedStar071 RedStar071 changed the title chore(skills): update agent skills chore(agents): update agent skills Jul 17, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Comment thread .claude/skills/evlog-skilld/SKILL.md Outdated
- 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@codspeed-hq

codspeed-hq Bot commented Jul 17, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 44 untouched benchmarks


Comparing t3code/update-skills-tooling (906e1fa) with main (8f253f8)

Open in CodSpeed

@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.53%. Comparing base (8f253f8) to head (906e1fa).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           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           
Flag Coverage Δ
component 66.09% <ø> (ø)
unit 67.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
package.json 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread .agents/skills/create-pull-request/SKILL.md Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

RedStar071 and others added 3 commits July 17, 2026 11:51
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>
@RedStar071
RedStar071 force-pushed the t3code/update-skills-tooling branch from 0ba9f08 to 906e1fa Compare July 17, 2026 11:52
@RedStar071
RedStar071 requested a review from lorypelli July 18, 2026 13:27

@lorypelli lorypelli left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kodiakhq
kodiakhq Bot merged commit 8babfde into main Jul 18, 2026
24 of 26 checks passed
@kodiakhq
kodiakhq Bot deleted the t3code/update-skills-tooling branch July 18, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants