You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
The file follows the required naming convention.
The content is clearly structured and follows the example format.
I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot. Validated with the repository skill validator; not manually tested in GitHub Copilot.
I have run npm start and verified that README.md is up to date. This PR was prepared from a sparse checkout; docs/README.skills.md was updated in the generated table format and validated.
I am targeting the staged branch for this pull request.
Description
Adds credit-risk-model, an end-to-end credit risk modeling skill for scorecards, WOE/logistic regression, LightGBM/XGBoost-style models, validation reporting, and strategy analysis.
Validation completed:
npm run skill:validate
git diff --check
Notes on automated validator warnings:
The skill is intentionally comprehensive because credit-risk modeling needs intake, data splitting, feature engineering, validation, leakage checks, documentation, and strategy output in one workflow.
The skill is workflow-oriented, so it does not include code snippets by default.
Type of Contribution
New instruction file.
New prompt file.
New agent file.
New plugin.
New skill file.
New agentic workflow.
Update to existing instruction, prompt, agent, plugin, skill, or workflow.
Other (please specify):
Additional Notes
The skill is also published at https://github.com/W-Y-P/credit-risk-model and is intended for reusable credit-risk modeling workflows, including model validation reports and optional strategy output.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date. This PR was prepared from a sparse checkout;docs/README.skills.mdwas updated in the generated table format and validated.stagedbranch for this pull request.Description
Adds
credit-risk-model, an end-to-end credit risk modeling skill for scorecards, WOE/logistic regression, LightGBM/XGBoost-style models, validation reporting, and strategy analysis.Validation completed:
npm run skill:validategit diff --checkNotes on automated validator warnings:
Type of Contribution
Additional Notes
The skill is also published at https://github.com/W-Y-P/credit-risk-model and is intended for reusable credit-risk modeling workflows, including model validation reports and optional strategy output.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.