Skip to content

chore: add support for nightly skill#5585

Open
remyleone wants to merge 2 commits into
mainfrom
skill_nightly
Open

chore: add support for nightly skill#5585
remyleone wants to merge 2 commits into
mainfrom
skill_nightly

Conversation

@remyleone
Copy link
Copy Markdown
Member

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


Copilot AI review requested due to automatic review settings May 20, 2026 13:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new “nightly-test-debugger” skill to help diagnose failing nightly acceptance tests and registers the skills directory for discovery.

Changes:

  • Added a new skill guide documenting how to investigate nightly CI acceptance test failures.
  • Added .claude/skills pointing to the .skills directory to enable skill lookup.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.skills/nightly-test-debugger/SKILL.md Introduces documentation/process for debugging nightly acceptance test failures.
.claude/skills Registers .skills as the skills root directory.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


When investigating a failing nightly test, first collect the ID of the most recent run using:

gh run list --workflow "Nightly Acceptance Tests" --limit 1
Fetch the full logs from the GitHub Actions run:

```bash
gh run view <RUN_ID> --log | grep FAIL:
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.08%. Comparing base (2d050aa) to head (f7a5805).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5585   +/-   ##
=======================================
  Coverage   51.08%   51.08%           
=======================================
  Files         340      340           
  Lines       77335    77335           
=======================================
  Hits        39508    39508           
  Misses      36336    36336           
  Partials     1491     1491           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

5 participants