-
Notifications
You must be signed in to change notification settings - Fork 7
docs: add recent features to README #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -445,7 +445,9 @@ See `.agent/tools/terminal/terminal-title.md` for customization options. | |||||
| **Quality Control & Monitoring:** | ||||||
|
|
||||||
| - **Multi-Platform Analysis**: SonarCloud, CodeFactor, Codacy, CodeRabbit, Qlty, Gemini Code Assist, Snyk | ||||||
| - **Performance Auditing**: PageSpeed Insights and Lighthouse integration | ||||||
| - **Performance Auditing**: PageSpeed Insights, Lighthouse, Core Web Vitals (`/performance` command) | ||||||
| - **SEO Debugging**: Open Graph validation, favicon checker, social preview testing | ||||||
| - **Email Deliverability**: SPF/DKIM/DMARC/MX validation, blacklist checking | ||||||
| - **Uptime Monitoring**: Updown.io integration for website and SSL monitoring | ||||||
|
|
||||||
| ## **Imported Skills** | ||||||
|
|
@@ -1404,6 +1406,7 @@ Configure time tracking per-repo via `.aidevops.json`. | |||||
| | `/code-standards` | Check against documented quality standards | | ||||||
| | `/code-simplifier` | Simplify and refine code for clarity and maintainability | | ||||||
| | `/list-keys` | List all configured API keys and their storage locations | | ||||||
| | `/performance` | Web performance audit (Core Web Vitals, Lighthouse, PageSpeed) | | ||||||
| | `/pr` | Unified PR workflow (orchestrates all checks) | | ||||||
|
|
||||||
| **Content Workflow**: | ||||||
|
|
@@ -1421,6 +1424,19 @@ Configure time tracking per-repo via `.aidevops.json`. | |||||
| | `/keyword-research-extended` | Full SERP analysis with weakness detection | | ||||||
| | `/webmaster-keywords` | Keywords from GSC + Bing for your verified sites | | ||||||
|
|
||||||
| **SEO Debugging** (subagents in `seo/`): | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
|
|
||||||
| | Subagent | Purpose | | ||||||
| |----------|---------| | ||||||
| | `@debug-opengraph` | Validate Open Graph meta tags, preview social sharing | | ||||||
| | `@debug-favicon` | Validate favicon setup across platforms (ico, apple-touch, manifest) | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For improved clarity and technical accuracy, it's better to use the full term
Suggested change
|
||||||
|
|
||||||
| **Email Deliverability**: | ||||||
|
|
||||||
| | Command | Purpose | | ||||||
| |---------|---------| | ||||||
| | `/email-health-check` | Check SPF/DKIM/DMARC/MX records and blacklist status | | ||||||
|
|
||||||
| **Release Workflow** (in order): | ||||||
|
|
||||||
| | Command | Purpose | | ||||||
|
|
@@ -1431,6 +1447,8 @@ Configure time tracking per-repo via `.aidevops.json`. | |||||
| | `/release` | Full release workflow (bump, tag, GitHub release, auto-changelog) | | ||||||
| | `/postflight` | Verify release health after deployment | | ||||||
|
|
||||||
| **Auto-Task Completion**: The release workflow automatically marks tasks as complete when commit messages reference them (e.g., `Closes t037`, `Fixes t042`). Tasks in `TODO.md` are updated with `completed:` timestamps. | ||||||
|
|
||||||
| **Documentation**: | ||||||
|
|
||||||
| | Command | Purpose | | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/performanceappears to be implemented primarily via Chrome DevTools MCP + Lighthouse/CWV; if it doesn’t actually call PageSpeed Insights, mentioning “PageSpeed Insights” here (and in the command table) may be misleading.Other Locations
README.md:1409🤖 Was this useful? React with 👍 or 👎