Skip to content

chore: update root config, add agent skills, testing scripts - #10

Merged
ladaniprem merged 1 commit into
masterfrom
12-misc-config
Jul 4, 2026
Merged

ladaniprem merged 1 commit into
masterfrom
12-misc-config

Conversation

@ladaniprem

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 4, 2026 12:18
@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ladaniprem, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 55 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: caaf3748-4394-4e4b-8890-f0ea3dca233f

📥 Commits

Reviewing files that changed from the base of the PR and between b6cba29 and bf5f292.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (6)
  • .agents/skills/agent-browser/SKILL.md
  • .agents/skills/animation-vocabulary/SKILL.md
  • package.json
  • scripts-for-testing/setup-glitchtip-monitors.mjs
  • scripts-for-testing/setup-sentry-monitors.mjs
  • skills-lock.json

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands.

@ladaniprem
ladaniprem merged commit 1da4d58 into master Jul 4, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repo’s root configuration to incorporate additional agent skills and adds monitor-setup scripts intended for testing/ops workflows.

Changes:

  • Bumped skills-lock.json schema version and added the agent-browser skill entry.
  • Added new agent skill docs under .agents/skills/ (animation glossary + agent-browser stub).
  • Added monitor setup scripts under scripts-for-testing/ and added agentation-mcp to root dependencies.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
skills-lock.json Bumps lock version and registers agent-browser skill metadata.
scripts-for-testing/setup-sentry-monitors.mjs Adds a Sentry uptime monitor creation script (currently duplicates existing scripts/ version).
scripts-for-testing/setup-glitchtip-monitors.mjs Adds a GlitchTip uptime monitor creation script (currently duplicates existing scripts/ version).
package.json Adds agentation-mcp dependency at the repo root.
.agents/skills/animation-vocabulary/SKILL.md Adds a glossary-style skill for describing animation/motion patterns.
.agents/skills/agent-browser/SKILL.md Adds a stub skill definition for the agent-browser CLI.

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

Comment thread package.json
Comment on lines 22 to 27
"engines": {
"node": ">=20"
},
"dependencies": {
"agentation-mcp": "^1.2.0"
}
---
name: agent-browser
description: Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.
allowed-tools: Bash(agent-browser:*), Bash(npx agent-browser:*)
Comment on lines +1 to +10
/**
* Run this script once to create uptime monitors in Sentry.
* Usage: APP_URL=https://your-domain.com pnpm run setup:monitors
*
* Requires SENTRY_AUTH_TOKEN and SENTRY_ORG to be set in .env.sentry-build-plugin
* OR passed as environment variables directly.
*
* ⚠️ Sentry must be able to reach APP_URL from the internet.
* localhost will NOT work — use ngrok or a deployed preview URL.
*/
Comment on lines +1 to +10
/**
* Run this script once to create uptime monitors in GlitchTip.
* Usage: APP_URL=https://your-domain.com pnpm run setup:monitors
*
* Requires SENTRY_AUTH_TOKEN and SENTRY_ORG to be set in .env.sentry-build-plugin
* OR passed as environment variables directly.
*
* ⚠️ GlitchTip must be able to reach APP_URL from the internet.
* localhost will NOT work — use ngrok or a deployed preview URL.
*/
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