Skip to content

Revamp README and add new agent prompt templates#115

Merged
mercyblitz merged 5 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x
May 25, 2026
Merged

Revamp README and add new agent prompt templates#115
mercyblitz merged 5 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x

Conversation

@mercyblitz
Copy link
Copy Markdown
Contributor

This pull request adds a set of prompt templates to the .github/prompts directory to assist with common engineering tasks such as creating READMEs, generating OpenAPI specs, explaining code, writing unit tests, onboarding new team members, and performing code reviews. These templates are designed to standardize and streamline key workflows by providing clear instructions and requirements for each task.

New prompt templates added:

README and Documentation Generation

  • Added create-readme.prompt.md to guide the creation of comprehensive, developer-focused README files, including required sections, formatting guidelines, and content restrictions.
  • Added document-api.prompt.md for generating OpenAPI 3.0 specifications, with detailed requirements for structure, validation, and example data.

Code Understanding and Testing

  • Added explain-code.prompt.md to produce beginner-friendly code explanations, including step-by-step breakdowns and examples.
  • Added generate-unit-tests.prompt.md to generate thorough, framework-specific unit tests for selected functions, covering core functionality, input validation, error handling, and side effects.

Onboarding and Code Review

  • Added onboarding-plan.prompt.md to provide a phased onboarding plan for new team members, with actionable steps and resource recommendations.
  • Added review-code.prompt.md to standardize comprehensive code reviews, outlining review areas and structured feedback format.

github-actions Bot and others added 5 commits May 21, 2026 10:43
Add six new agent prompt templates under .github/prompts to support common developer tasks: create-readme, document-api, explain-code, generate-unit-tests, onboarding-plan, and review-code. Also update README branch table entries: replace legacy 0.2.x/0.1.x labels with main and 1.x while preserving the Spring Boot compatibility and version references.
Update microsphere-spring.version in microsphere-spring-boot-parent/pom.xml from 0.1.16 to 0.1.17 to pick up the latest microsphere-spring release.
Rewrite and expand README.md to provide a full Table of Contents and detailed usage docs. Updates include a new modules matrix, examples for BOM/dependency usage, default properties, auto-config exclusion, bind listeners, actuator endpoints, monitored scheduler, and classpath artifact detection. Build and contribution instructions were clarified (prereqs, mvnw commands, install), the Codecov badge branch was switched to main, maintainers info was added, and the license link/path was updated. Overall this change replaces the previous terse overview with a comprehensive developer-facing guide.
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mercyblitz mercyblitz merged commit 12eabb7 into microsphere-projects:release-1.x May 25, 2026
37 checks passed
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.

1 participant