JSdotNet avatar

JSdotNet

Community

@JSdotNet

0Followers
|
10Public Repos
|
38Published Skills

JSdotNet publishes devbook specification-driven development skills for .NET repositories, covering chapter review, drift verification, scheduled maintenance, and pull request lifecycle management.

Skills Distribution
DomainDeveloper To...Specification-Driv.. (35%)Repository Mainten.. (25%)Pull Request & CI .. (20%)Code Review & Qual.. (12%)

Agent Skills by JSdotNet

Showing 38 vetted skills indexed across 1 GitHub repositories.

JSdotNetJSdotNet

chapter-review

Reviews a devbook chapter and records findings as annotation fences with a verdict in its meta block.

Community
Intermediate
JSdotNetJSdotNet

chapter-approve

Records human approval decisions on devbook domain chapters with metadata and annotation handling.

Community
Intermediate
JSdotNetJSdotNet

chapter-accept

Records human acceptance decisions on approved devbook domain chapters with evidence review.

Community
Intermediate
JSdotNetJSdotNet

chapter-handoff

Records a review request on a devbook chapter and builds the reviewer's brief.

Community
Intermediate
JSdotNetJSdotNet

chapter-review-queue

Sweeps devbook folders for pending reviews, approvals, and unresolved notes grouped by owner.

Community
Intermediate
JSdotNetJSdotNet

init

Installs repository-owned procedure skills with per-host wrappers and stamps them in config.json.

Community
Intermediate
JSdotNetJSdotNet

update

Reconciles adopted procedure skills with the installed devbook-procedures release after upgrades.

Community
Intermediate
JSdotNetJSdotNet

schedule-review

Runs a layered automated code review combining TODO collection, improvement suggestions, and structured checklist analysis.

Community
Advanced
JSdotNetJSdotNet

schedule-package-update

Updates outdated NuGet packages in .NET solutions and opens a pull request with verified changes.

Community
Advanced
JSdotNetJSdotNet

schedule-devbook-verify

Runs unattended drift checks comparing devbook chapters against code and opens GitHub issues for divergences.

Community
Intermediate
JSdotNetJSdotNet

schedule-morning-brief

Generates a one-screen daily brief of repository changes and items needing attention.

Community
Intermediate
JSdotNetJSdotNet

schedule-merge-review

Reviews open GitHub pull requests and posts one findings comment with a merge verdict per head commit.

Community
Advanced
JSdotNetJSdotNet

schedule-instruction-review

Tightens repository instruction files and lands cuts as a draft pull request.

Community
Advanced
JSdotNetJSdotNet

schedule-weekly-update

Generates a weekly repository update summarizing shipped work, open items, issues, releases, and failed runs.

Community
Intermediate
JSdotNetJSdotNet

schedule-issue-sweep

Triage open GitHub issues, close resolved ones, and resolve the rest as draft pull requests.

Community
Advanced
JSdotNetJSdotNet

schedule-tech-update

Refreshes technology-graph chapters from package inventories and opens a draft pull request.

Community
Intermediate
JSdotNetJSdotNet

schedule-week-starter

Fetches release notes and announcements from configured sources to generate a weekly digest.

Community
Intermediate
JSdotNetJSdotNet

schedule-performance-review

Scans a codebase for performance issues, scores findings, and implements the top fix via pull request.

Community
Advanced
JSdotNetJSdotNet

schedule-weekly-cost-analysis

Analyzes recorded token usage from weekly flow runs and produces prioritized cost-reduction recommendations.

Community
Intermediate
JSdotNetJSdotNet

schedule-status

Reports repository schedules, recent run outcomes, and published artifacts from the host scheduler.

Community
Intermediate
JSdotNetJSdotNet

schedule-run

Fires a repository schedule on demand and reports the resulting run.

Community
Intermediate
JSdotNetJSdotNet

annotation-sweep

Deletes resolved annotation fences from devbook chapters before branch merges.

Community
Intermediate
JSdotNetJSdotNet

validate

Validate devbook Markdown chapters against the schema and repair reported metadata errors.

Community
Intermediate
JSdotNetJSdotNet

capture-specs

Plan devbook chapter updates by comparing implementations and tests against existing specifications.

Community
Advanced

Frequently Asked Questions About JSdotNet

FAQPage Schema
What tasks can I accomplish using JSdotNet's skills?▼

You can review, approve, and accept devbook specification chapters; detect drift between chapters and code; capture specs from implementations; run scheduled security, performance, and dependency reviews; sweep and triage issues; and drive pull requests to merge-ready state with branch updates and CI check fixes.

Who are JSdotNet's skills designed for?▼

They target .NET developers and repository maintainers practicing specification-driven development, plus leads running approval gates on chapters and delivered work. SRE-adjacent users benefit from Azure Monitor alert triage into GitHub issues, Jira tickets, or Markdown chapters.

How do I install and run these skills in a repository?▼

Run the init skill to seed start, show, capture, and debug procedure skills under .agents/skills/ with managed wrappers, stamped in .devbook/config.json. Use update after upgrades, doctor to diagnose installation drift, and schedule-run to fire any configured schedule outside its cadence.

What are the prerequisites and dependencies for these skills?▼

Skills assume a GitHub-hosted repository, typically a .NET solution using NuGet with Central Package Management and optionally Aspire AppHost. Devbook skills require adopted .devbook folders; scheduled skills rely on repository-configured cadences; some integrate Jira, Azure Monitor, or Playwright for validation depth.

Do the scheduled skills merge or approve changes automatically?▼

No. Scheduled skills like merge-review, tech-update, and devbook-validate land results as draft pull requests or issues and never approve, merge, or push. Approval and acceptance decisions remain explicit human gates recorded on the devbook chapter with approver and timestamp.