Skip to content

Commit 8ed6cbd

Browse files
committed
Add skill for updating docs. Make sure repo used node 24.
1 parent 25a8919 commit 8ed6cbd

8 files changed

Lines changed: 109 additions & 3 deletions

File tree

.cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"playwright": {
44
"command": "npx",
55
"args": [
6-
"@playwright/mcp@latest",
6+
"playwright-mcp",
77
"--isolated",
88
"--storage-state=agent-workspace/cursor-auth-state.json",
99
"--viewport-size=1920,1080"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: check-main-repo-for-updates
3+
description: Look in main repo and propose changes for docs for things that have changed.
4+
disable-model-invocation: true
5+
---
6+
# Check support tickets
7+
8+
## Instructions
9+
10+
* Read agent-workspace/change-log.md
11+
* Look in the main repo for UI changes that affect components that are visible. The main repo is in ~/wallstreetio. If the branch is not on master, then stop and warn the user. Look for changes since the end commit for the last entry in change-log.md.
12+
* Propose changes to these docs as a list of numbers.
13+
* User will specify which numbers to implement
14+
* Once implemented add entry to change-log.md
15+

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
.vscode
77
.playwright-mcp
88
__pycache__
9-
site
9+
site
10+
node_modules

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

agent-workspace/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Folder for fresh screenshots
22
*
3-
!.gitignore
3+
!.gitignore
4+
!change-log.md

agent-workspace/change-log.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change log for keeping docs up to date
2+
3+
## How to
4+
* End commit is inclusive so start at first commit after end commit
5+
6+
7+
## Entry 2026-06-29
8+
### end commit: 4fc192971
9+
### summary:
10+
* This is an example entry
11+
* Summarize in bullet points

package-lock.json

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": {
3+
"@playwright/mcp": "^0.0.76"
4+
}
5+
}

0 commit comments

Comments
 (0)